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