From e3ee5607f0ec853a26851afde553019817c9d1b4 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Wed, 9 Mar 2011 03:25:52 +0000 Subject: Added serial uids --- src/common/Box.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/common/Box.java') diff --git a/src/common/Box.java b/src/common/Box.java index 5864606..2e7fba2 100644 --- a/src/common/Box.java +++ b/src/common/Box.java @@ -5,6 +5,11 @@ import javax.vecmath.*; @SuppressWarnings("restriction") public class Box extends CollidableObject { + /** + * + */ + private static final long serialVersionUID = 1261388841430590087L; + public Box(float width, float height, float depth, Vector3f position) { this(1, width, height, depth, position); } -- cgit v1.2.3