yyl
2025-10-30 4e41975b0c62fa10ab571b0c9ad0690754762b6a
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}