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