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