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