Exemplo n.º 1
0
    State FightEnemies()
    {
        fighting = true;
        State nodeState = new State();

        nodeState = State.RUNNING;
        agent.Fight();
        return(nodeState);
    }