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