Re-add changes to interface so far. Broken at time of commit.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user