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