Compare commits

1 Commits

5 changed files with 235 additions and 237 deletions

View File

@@ -1,5 +1,4 @@
using __Project__.Scripts.Janitor;
using BepInEx;
using BepInEx;
using BepInEx.Configuration;
using BepInEx.Logging;
using BepInEx.Unity.IL2CPP;
@@ -12,7 +11,7 @@ public class Plugin : BasePlugin
{
public const string PLUGIN_GUID = "de.mpburgmann.BetterStuff";
public const string PLUGIN_NAME = "Better Stuff";
public const string PLUGIN_VERSION = "1.1.1";
public const string PLUGIN_VERSION = "1.1.0";
internal static new ManualLogSource Log;
private static ConfigEntry<float> scanTime;
@@ -142,5 +141,4 @@ public class Plugin : BasePlugin
__instance.m_Agent.angularSpeed *= 200f;
}
}
}