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