yyl
2025-09-11 c3525dadcaa037816b654a6bb706284bbbf51af3
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}