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