yyl
2025-05-20 9ff4940cfe2074ca24aca15c25b5053bd658dfa8
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}