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