hch
2025-08-29 6fb454b6827ef4f1b2a7dd100e1b1cf0fe55ea19
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}