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