hch
2025-09-02 496816c05ac259dce52d66408c9fb17faaf353c5
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}