hch
2025-06-19 5022f4efe76121df33dc81249befa7556e535418
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}