Added basis for command service

This commit is contained in:
Waverunner
2014-12-17 13:11:20 -05:00
parent 2f7add2fa7
commit c8a1d8a4e8
6 changed files with 198 additions and 1 deletions
+4
View File
@@ -258,4 +258,8 @@ public class ObjectManager extends Manager {
private WeaponObject createWeaponObject(long objectId, String template) {
return new WeaponObject(objectId);
}
public SWGObject getObjectById(long id) {
return objects.get(id);
}
}