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