Exemplo n.º 1
0
 public void Attack(Direction direction, Random random)
 {
     player.Attack(direction, random);
 }