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