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