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