More serialization fun! Happy happy joy joy!
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2158 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ObjectTileSet.java,v 1.9 2003/01/13 22:49:46 mdb Exp $
|
||||
// $Id: ObjectTileSet.java,v 1.10 2003/01/15 09:28:43 mdb Exp $
|
||||
|
||||
package com.threerings.media.tile;
|
||||
|
||||
@@ -90,4 +90,8 @@ public class ObjectTileSet extends SwissArmyTileSet
|
||||
|
||||
/** The y offset in pixels to the origin of the tile images. */
|
||||
protected int[] _yorigins;
|
||||
|
||||
/** Increase this value when object's serialized state is impacted by
|
||||
* a class change (modification of fields, inheritance). */
|
||||
private static final long serialVersionUID = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user