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