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