LiFan
2024-10-23 738c35df9038bca7c98b8219498d11f24476091d
1
2
3
4
5
6
7
#pragma once
 
class JObject
{
public:
    virtual void Release() =0;
};