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