yyl
2025-06-13 2f83639bdc8b4b20245eb9d5fb4973df2f63cebb
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}