hch
9 天以前 783c9e76bb8d82cd51605566fce46495a9f99442
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}