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