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