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