|
@@ -1,8 +1,8 @@
|
|
|
-using UltimateNPCWeapons.Infos;
|
|
|
|
|
using GadgetCore.API;
|
|
using GadgetCore.API;
|
|
|
using GadgetCore.API.ConfigMenu;
|
|
using GadgetCore.API.ConfigMenu;
|
|
|
using GadgetCore.Util;
|
|
using GadgetCore.Util;
|
|
|
using RecipeMenuCore.API;
|
|
using RecipeMenuCore.API;
|
|
|
|
|
+using UltimateNPCWeapons.Infos;
|
|
|
using UnityEngine;
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
namespace UltimateNPCWeapons
|
|
namespace UltimateNPCWeapons
|
|
@@ -13,12 +13,6 @@ namespace UltimateNPCWeapons
|
|
|
public const string MOD_VERSION = "1.0"; // Set this to the version of your mod.
|
|
public const string MOD_VERSION = "1.0"; // 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 const string CONFIG_VERSION = "1.0"; // Increment this whenever you change your mod's config file.
|
|
|
|
|
|
|
|
- public static int objectCrystalOreID;
|
|
|
|
|
- public static int objectCrystalWormWeakID;
|
|
|
|
|
- public static int objecWormOreID;
|
|
|
|
|
-
|
|
|
|
|
- public static bool objectWormOrePlaced;
|
|
|
|
|
-
|
|
|
|
|
// Disable the config menu
|
|
// Disable the config menu
|
|
|
public override IGadgetConfigMenu GetConfigMenu() { return null; }
|
|
public override IGadgetConfigMenu GetConfigMenu() { return null; }
|
|
|
|
|
|