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