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/TwistyDino6.java
94 94

  
95 95
///////////////////////////////////////////////////////////////////////////////////////////////////
96 96

  
97
  protected int getSolvedFunctionIndex()
97
  public int getSolvedFunctionIndex()
98 98
    {
99 99
    return 2;
100 100
    }
......
119 119
    {
120 120
    return R.string.dino3_inventor;
121 121
    }
122

  
123
///////////////////////////////////////////////////////////////////////////////////////////////////
124

  
125
  public int getYearOfInvention(int[] numLayers)
126
    {
127
    return 1985;
128
    }
122 129
}

Also available in: Unified diff