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