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