hch
昨天 a52fe6a398500fd26d57a561ff50b3daaaeb6b54
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}