예제 #1
0
 public void AssignTarget(GameObject nextTarget)
 {
     this.target = nextTarget;
     attack.AssignTarget(nextTarget);
 }