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