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