lcy
2025-10-28 b7bad9b52d93aec7fe16d2b086af927a44533dee
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}