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