yyl
昨天 98d367b0732a5eaa2105f1c285ad040b9fa40a07
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}