LiFan
2024-09-06 52f9a10eb0a0b648032595905ace4af88bf17c15
1
2
3
4
5
6
7
#pragma once
 
class JObject
{
public:
    virtual void Release() =0;
};