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