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