Exemple #1
0
 public void ActivateAction(PlotMestoX plot, string idName)
 {
     this.plot = plot;
     currentTargetId++;
     currentTarget = targets[currentTargetId];
     agent.SetDestination(currentTarget.position);
     this.idName = idName;
 }
Exemple #2
0
 public void ActivateActionRing(PlotMestoX plot, string idName)
 {
     animator.SetBool("IsProposal", true);
     animator.SetTrigger("isProposalDawn");
     transform.LookAt(mainCharacter.transform);
 }