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