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