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