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