예제 #1
0
 public void Execute(PlayerController pc)
 {
     pc.FollowPatrolPath();
     if (!pc.isSalf)
         pc.ChangeState(new AttackState());
 }