|
|
@@ -8,7 +8,7 @@ namespace CombatChipChest
|
|
|
[Gadget("CombatChipChest", LoadAfter: new string[] { "ScrapYard" }, Dependencies: new string[] { "ScrapYard" })]
|
|
|
public class CombatChipChest : Gadget<CombatChipChest>
|
|
|
{
|
|
|
- public const string MOD_VERSION = "1.1"; // Set this to the version of your mod.
|
|
|
+ public const string MOD_VERSION = "1.2"; // Set this to the version of your mod.
|
|
|
public const string CONFIG_VERSION = "1.0"; // Increment this whenever you change your mod's config file.
|
|
|
|
|
|
public override IGadgetConfigMenu GetConfigMenu() { return null; }
|