LiFan
2024-11-07 371ad801580249ce4af4d970c5607111c5d554d1
1
2
3
4
5
6
7
#pragma once
 
class JObject
{
public:
    virtual void Release() =0;
};