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