ExecuteRangedAttack() 공개 메소드

Executes the ranged attack.
public ExecuteRangedAttack ( ) : void
리턴 void
예제 #1
0
    public override ActionResult Execute(RAIN.Core.AI ai)
    {
        NPC npc = ai.Body.GetComponent <NPC>();

        npc.ExecuteRangedAttack();

        return(ActionResult.SUCCESS);
    }