mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-15 00:08:31 -04:00
Added basis for command service
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user