yyl
2025-08-07 f4bb83fc7902cf87ba43b918c87c1d96ee5dbc14
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}