CombatantView GetView(BaseActor combatant) { return(combatant.IsControlledByPlayer() ? playerCombatant : computerCombatant); }