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