yyl
2025-05-26 67c4ca84c9f1517ecc603f4cf9f7859f1802e8fb
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}