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