yyl
2025-08-29 bb463ef0b13236738a1da9cd04f57def3e7e2c7c
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}