Many games allow characters to perform multiple types of actions in a turn before getting tapped. Storing this as an integer would grant much more flexibility than a binary "is (not) tapped." New methods should include ConsumeAction(int) and perhaps ConsumeAllActions.
Many games allow characters to perform multiple types of actions in a turn before getting tapped. Storing this as an integer would grant much more flexibility than a binary "is (not) tapped." New methods should include
ConsumeAction(int)
and perhapsConsumeAllActions
.