コード例 #1
0
 public RepeaterStackBlueprint(Interpreter interpreter, Repeater repeater, RepeaterStackAction action) : base(interpreter)
 {
     _rep = repeater;
     _action = action;
 }
コード例 #2
0
 public RepeaterStackBlueprint(Interpreter interpreter, Repeater repeater, RepeaterStackAction action) : base(interpreter)
 {
     _rep    = repeater;
     _action = action;
 }