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