Class BaseEnemyConfig.DeserializedEnemyConfig
java.lang.Object
com.csse3200.game.entities.configs.BaseEnemyConfig.DeserializedEnemyConfig
- Enclosing class:
BaseEnemyConfig
DeserializedEnemyConfig is a wrapper class for the BaseEnemyConfig class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the config map for the enemy configs.void
setConfig
(Map<String, BaseEnemyConfig> config) Sets the config map for the enemy configs.
-
Constructor Details
-
DeserializedEnemyConfig
public DeserializedEnemyConfig()Creates a new DeserializedEnemyConfig.
-
-
Method Details
-
setConfig
Sets the config map for the enemy configs.- Parameters:
config
- the config map for the enemy configs
-
getConfig
Gets the config map for the enemy configs.- Returns:
- the config map for the enemy configs
-