public override ChooseAction CreateChooseAction() //!!! don't need to be here { ChooseAction action = new ChooseAction(); action.Compile(this); return(action); }
public virtual ChooseAction CreateChooseAction() {//!!! don't need to be here ChooseAction action = new ChooseAction(); action.Compile(this); return action; }