// These are the actual lists, not just a copy.
this.loaders = new HashMap<String, CustomObjectLoader>();
// Register loaders
registerCustomObjectLoader("bo2", new BO2Loader());
registerCustomObjectLoader("bo3", new BO3Loader());
this.globalCustomObjects = new CustomObjectCollection();
this.globalObjects = globalCustomObjects.accessMap();
// Put some default CustomObjects