More work on lairs

This commit is contained in:
Light2
2013-12-05 17:33:26 +01:00
parent 470215c05d
commit 2c66ab67d8
13 changed files with 423 additions and 9 deletions
+7
View File
@@ -42,6 +42,7 @@ import engine.clientdata.visitors.MeshVisitor;
import engine.clientdata.visitors.PortalVisitor;
import engine.clientdata.visitors.PortalVisitor.Cell;
import engine.clients.Client;
import engine.resources.common.Event;
import engine.resources.common.Mesh3DTriangle;
import engine.resources.common.Ray;
import engine.resources.objects.SWGObject;
@@ -956,5 +957,11 @@ public class SimulationService implements INetworkDispatch {
collidable.doCollisionCheck(object);
}
}
public class MoveEvent implements Event {
public SWGObject object;
}
}