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