yyl
2025-05-30 0c3a0519a0f526fd67ac3df22fe801c51a81c5e7
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}