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