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