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