hch
23 小时以前 03942026b95aba9f0af1c637749ad27de399b932
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}