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