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