コード例 #1
0
        public override ChooseAction CreateChooseAction()  //!!! don't need to be here
        {
            ChooseAction action = new ChooseAction();

            action.Compile(this);
            return(action);
        }
コード例 #2
0
ファイル: compiler.cs プロジェクト: ArildF/masters
 public virtual ChooseAction CreateChooseAction() {//!!! don't need to be here
     ChooseAction action = new ChooseAction();
     action.Compile(this);
     return action;
 }