Quellcode durchsuchen

[2.0.7.4] updated version

Zariteis vor 1 Jahr
Ursprung
Commit
00bee1f731
2 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. BIN
      Assets/objects/bugTree.png
  2. 1 1
      MonsterNests.cs

BIN
Assets/objects/bugTree.png


+ 1 - 1
MonsterNests.cs

@@ -8,7 +8,7 @@ namespace MonsterNests
   [Gadget("MonsterNests", RequiredOnClients: true)]
   public class MonsterNests : Gadget<MonsterNests>
   {
-    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 const string RPCMonsterNestsShake = "MonsterNestsShake";