Re-add changes to interface so far. Broken at time of commit.

This commit is contained in:
2025-08-24 07:47:14 -05:00
parent 8e458da61e
commit a1877e7ddb
6 changed files with 6 additions and 12 deletions

View File

@@ -17,7 +17,6 @@ public sealed class GameState
public bool monstersAIControl = true;
public bool lastRound = false;
/*
public record MenuItem
{
string? Description;
@@ -30,7 +29,6 @@ public sealed class GameState
foreach (action in Character.EnabledActions)
int number = 1;
}
*/
public void Run()
{