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