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