Ejemplo n.º 1
0
 public InternalEventFuncScene(SystemStepConfig behc)
 {
     this.behc = behc ?? throw new ArgumentNullException(nameof(behc));
 }
Ejemplo n.º 2
0
 public static void SystemStep(SystemStepConfig config)
 {
     SystemStep(config?.GenScen() ?? new NoneScene());
 }