Project

General

Profile

« Previous | Next » 

Revision f9a81f52

Added by Leszek Koltunski over 2 years ago

Progress with serializing object to JSON: scrambling.

View differences:

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

  
58 58
///////////////////////////////////////////////////////////////////////////////////////////////////
59 59

  
60
  protected ScrambleState[] getScrambleStates()
60
  public ScrambleState[] getScrambleStates()
61 61
    {
62 62
    return null;
63 63
    }
......
71 71

  
72 72
///////////////////////////////////////////////////////////////////////////////////////////////////
73 73

  
74
  protected int getScrambleType()
74
  public int getScrambleType()
75 75
    {
76 76
    return 1;
77 77
    }

Also available in: Unified diff