yyl
2025-05-22 8ad0800aa926e02e05f63aa5cbf030251850a293
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}