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