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