hch
2025-09-08 e129b61075533e397d45c6355b0d50b27460bbcc
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}