Re-add changes to interface so far. Broken at time of commit.
This commit is contained in:
@@ -6,5 +6,5 @@ public abstract class Character
|
||||
public bool dead {get; set;} = false;
|
||||
public string turnMarker = "*";
|
||||
public bool isTurn {get; set;} = false;
|
||||
//public List<Actions>CharacterEnabledActions = new List<Actions>();
|
||||
public List<Actions>CharacterEnabledActions = new List<Actions>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user