Ejemplo n.º 1
0
 public void HighlightUnit(Portrait portrait)
 {
     portrait.character.Highlight(Color.blue);
     portrait.Highlight();
 }