hch
2025-10-11 622037462ee49ea2652ca1ab1e5940badf1fd364
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}