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