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:
Michael Bayne
2003-01-15 09:28:43 +00:00
parent 8c831a0f9f
commit cb9daa9f41
2 changed files with 10 additions and 2 deletions
@@ -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;
}