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