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