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;
}
@@ -1,5 +1,5 @@
//
// $Id: TrimmedObjectTileSet.java,v 1.3 2003/01/13 22:49:46 mdb Exp $
// $Id: TrimmedObjectTileSet.java,v 1.4 2003/01/15 09:28:43 mdb Exp $
package com.threerings.media.tile;
@@ -116,4 +116,8 @@ public class TrimmedObjectTileSet extends TileSet
/** Contains the origin offset for each object tile and the object
* footprint width and height (in tile units). */
protected Rectangle[] _ometrics;
/** Increase this value when object's serialized state is impacted by
* a class change (modification of fields, inheritance). */
private static final long serialVersionUID = 1;
}