Reorganized intent structure

This commit is contained in:
Obique
2015-05-17 16:09:01 -05:00
committed by Obique
parent b086e2645e
commit d0f8163e8d
30 changed files with 43 additions and 158 deletions
+1 -3
View File
@@ -27,10 +27,9 @@
***********************************************************************************/
package services.objects;
import intents.GalacticPacketIntent;
import intents.ObjectTeleportIntent;
import intents.PlayerEventIntent;
import intents.swgobject_events.SWGObjectEventIntent;
import intents.network.GalacticPacketIntent;
import java.util.ArrayList;
import java.util.HashMap;
@@ -90,7 +89,6 @@ public class ObjectManager extends Manager {
@Override
public boolean initialize() {
registerForIntent(SWGObjectEventIntent.TYPE);
registerForIntent(GalacticPacketIntent.TYPE);
registerForIntent(PlayerEventIntent.TYPE);
registerForIntent(ObjectTeleportIntent.TYPE);