Removed BaseObject (delete ODB again)

This commit is contained in:
Treeku
2013-12-14 23:25:15 +00:00
parent 5b0833f2ed
commit 79e8b2507a
7 changed files with 18 additions and 66 deletions
@@ -21,17 +21,16 @@
******************************************************************************/
package resources.objects.intangible;
import resources.objects.object.BaseObject;
import com.sleepycat.persist.model.Persistent;
import engine.clients.Client;
import engine.resources.objects.SWGObject;
import engine.resources.scene.Planet;
import engine.resources.scene.Point3D;
import engine.resources.scene.Quaternion;
@Persistent(version=0)
public class IntangibleObject extends BaseObject {
public class IntangibleObject extends SWGObject {
private int genericInt;