LiFan
2025-04-25 6b8c1012c4db1fc053cbb503660583052ee0ad74
1
2
3
4
5
6
7
#pragma once
 
class JObject
{
public:
    virtual void Release() =0;
};