hch
2025-10-13 d2e50a45f0ffb9f24ed2c5585693307436af4f58
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}