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