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