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