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