public Commands(string c, RubiksCube.Section sec, float spec, bool neg) { command = c; section = sec; specifier = spec; negative = neg; }
public void SetValues(RubiksCube.Section sec, float spec, bool neg) { sector = sec; specifier = spec; negative = neg; }