mapElementPlugins.add(new MapElementPlugin(
PathfinderCharacterElement.class, null,
new PanelCharacterBuilder(), new PanelCharacterEditor()));
mapElementPlugins.add(new MapElementPlugin(
PathfinderMonsterElement.class, null,
new PanelMonsterBuilder(), null));
return mapElementPlugins;
}