Class ToolConfig
java.lang.Object
com.csse3200.game.components.structures.ToolConfig
This class is used to read in the structure tools config file.
It defines the properties of a tool which can be defined.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA map containing the tools cost for each resourceA short description of what the tool doesThe display name of this toolThe texture to use for the StructureToolPickers' icon. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The display name of this tool -
description
A short description of what the tool does -
cost
A map containing the tools cost for each resource -
texture
The texture to use for the StructureToolPickers' icon.
-
-
Constructor Details
-
ToolConfig
public ToolConfig()
-