Exemplo n.º 1
0
 public EnemyRow(Character character)
     : base(character)
 {
     Name = character.NameAndTitle();
 }