Пример #1
0
 /**
  * Ativa o Monstro após o Tesouro ser pego pelo Jogador.
  */
 public void TakeTreasure()
 {
     InactiveGold();
     if (monsterController)
     {
         monsterController.ActiveMonster();
         monsterController.takedTreasure = true;
     }
 }