yyl
2025-09-11 49cff6e07e549991b79cf0a983663323c049b41a
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}