xj qian
2024-09-13 f945c112904dfe836621cc7005c53080826c3feb
1
2
3
4
5
6
7
#pragma once
 
class JObject
{
public:
    virtual void Release() =0;
};