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