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