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