hch
2025-08-22 fca615e299c6a6ec0fd0b589f2b302a2bf54c72b
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}