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