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