就这样吧 还有一些bug 不改了

This commit is contained in:
lichx
2024-04-22 13:48:40 +08:00
parent b0efa940c1
commit f006b58fa1
18 changed files with 986 additions and 126 deletions
@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CDSAE3_Lian_Lian_Kan.Forms.Interface
{
public interface IBack
{
public void Back();
}
}
@@ -29,7 +29,7 @@ namespace CDSAE3_Lian_Lian_Kan.Forms.Interface
}
public FinishType finishType { get; set; }
}
public interface IGameMode : IThemeChangeable
public interface IGameMode : IThemeChangeable,IBack
{
public void TogglePause();
public void De_pause(object sender, EventArgs e);