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