hch
2025-08-31 108997fd934885b21c7cc7af3fcde171d5c3cca9
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}