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