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