Project

General

Profile

« Previous | Next » 

Revision 59c20632

Added by Leszek Koltunski over 2 years ago

Reorg for writing the JSON

View differences:

src/main/java/org/distorted/objectlib/objects/TwistySquare1.java
302 302

  
303 303
///////////////////////////////////////////////////////////////////////////////////////////////////
304 304

  
305
  protected int getSolvedFunctionIndex()
305
  public int getSolvedFunctionIndex()
306 306
    {
307 307
    return 0;
308 308
    }
......
382 382
    return R.string.squa1_inventor;
383 383
    }
384 384

  
385
///////////////////////////////////////////////////////////////////////////////////////////////////
386

  
387
  public int getYearOfInvention(int[] numLayers)
388
    {
389
    return 1999;
390
    }
391

  
385 392
///////////////////////////////////////////////////////////////////////////////////////////////////
386 393

  
387 394
  public int getComplexity(int[] numLayers)

Also available in: Unified diff