Class ToolsConfig

java.lang.Object
com.csse3200.game.components.structures.ToolsConfig

public class ToolsConfig extends Object
This class is used to read in the structure tools config file.
  • Field Details

    • toolConfigs

      public com.badlogic.gdx.utils.ObjectMap<String,ToolConfig> toolConfigs
      A map between a tool class's path and its tool config.
  • Constructor Details

    • ToolsConfig

      public ToolsConfig()