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