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