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