hch
2025-09-26 05cf1728514a6229947f839c0a8d0c8d620900b9
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}