コード例 #1
0
    public bool AddCommand(AIGoal goal)
    {
        if (mStateCurrent == null)
        {
            return(false);
        }

        mStateCurrent.AddCommand(goal);
        return(true);
    }