hch
2025-09-01 a4b35ff86cabe501e5c1743c430cda080d27f4f8
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}