hch
2025-08-22 d446816c95becec6f672ae0758101dbe925cb1fa
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}