hch
2025-09-12 b1b5963bc1cbbfcd1a413b92e4450ebb8d2f6169
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}