hch
2025-08-04 aa1a163a2e4db22fc51cb825e9a05d1d3a757370
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}