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