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