StoryTeller.Engine.DoGrammar.DoGrammar C# (CSharp) 메소드

DoGrammar() 공개 메소드

public DoGrammar ( GrammarAction action ) : System.Collections.Generic
action GrammarAction
리턴 System.Collections.Generic
        public DoGrammar(GrammarAction action)
        {
            _action = action;
        }