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