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