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