public ModulationRandCommand(ModulationCommand.ModType type, short min, short max)
 {
     Type = type;
     Min  = min;
     Max  = max;
 }
Example #2
0
 public ModulationVarCommand(ModulationCommand.ModType type, byte var)
 {
     Type = type;
     Var  = var;
 }