hch
昨天 a3cf37e8bf0edc2dfedfa015fdd946194f281859
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}