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/TwistyDino4.java
85 85

  
86 86
///////////////////////////////////////////////////////////////////////////////////////////////////
87 87

  
88
  protected int getSolvedFunctionIndex()
88
  public int getSolvedFunctionIndex()
89 89
    {
90 90
    return 1;
91 91
    }
......
117 117
    {
118 118
    return R.string.din43_inventor;
119 119
    }
120

  
121
///////////////////////////////////////////////////////////////////////////////////////////////////
122

  
123
  public int getYearOfInvention(int[] numLayers)
124
    {
125
    return 1985;
126
    }
120 127
}

Also available in: Unified diff