Exemplo n.º 1
0
 void Start()
 {
     gerente = GetComponent <CreatureManager>();
     ParaliseNoTempo();
     esseGolpe.IniciaGolpe(gameObject);
     tempoDecorrido -= GolpePersonagem.RetornaGolpePersonagem(gameObject, esseGolpe.Nome).TempoDeInstancia;
 }