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