Class MinmalStandardMapLoader
- java.lang.Object
-
- ch.sahits.game.openpatrician.plugin.map.MinmalStandardMapLoader
-
- All Implemented Interfaces:
ch.sahits.game.openpatrician.utilities.plugin.IMapPluginLoader
@Service public class MinmalStandardMapLoader extends java.lang.Object implements ch.sahits.game.openpatrician.utilities.plugin.IMapPluginLoader- Author:
- Andi Hotz, (c) Sahits GmbH, 2016 Created on Feb 14, 2016
-
-
Constructor Summary
Constructors Constructor Description MinmalStandardMapLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMapDefinition()java.lang.StringgetMapTextKey()
-
-
-
Method Detail
-
getMapDefinition
public java.lang.String getMapDefinition()
- Specified by:
getMapDefinitionin interfacech.sahits.game.openpatrician.utilities.plugin.IMapPluginLoader
-
getMapTextKey
public java.lang.String getMapTextKey()
- Specified by:
getMapTextKeyin interfacech.sahits.game.openpatrician.utilities.plugin.IMapPluginLoader
-
-