Class ToolsConfig
java.lang.Object
com.csse3200.game.components.structures.ToolsConfig
This class is used to read in the structure tools config file.
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.badlogic.gdx.utils.ObjectMap<String,
ToolConfig> A map between a tool class's path and its tool config. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
toolConfigs
A map between a tool class's path and its tool config.
-
-
Constructor Details
-
ToolsConfig
public ToolsConfig()
-