Compare commits
1 Commits
1.1.1
...
90ee436568
| Author | SHA1 | Date | |
|---|---|---|---|
| 90ee436568 |
@@ -1,5 +1,4 @@
|
|||||||
using __Project__.Scripts.Janitor;
|
using BepInEx;
|
||||||
using BepInEx;
|
|
||||||
using BepInEx.Configuration;
|
using BepInEx.Configuration;
|
||||||
using BepInEx.Logging;
|
using BepInEx.Logging;
|
||||||
using BepInEx.Unity.IL2CPP;
|
using BepInEx.Unity.IL2CPP;
|
||||||
@@ -12,7 +11,7 @@ public class Plugin : BasePlugin
|
|||||||
{
|
{
|
||||||
public const string PLUGIN_GUID = "de.mpburgmann.BetterStuff";
|
public const string PLUGIN_GUID = "de.mpburgmann.BetterStuff";
|
||||||
public const string PLUGIN_NAME = "Better Stuff";
|
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;
|
internal static new ManualLogSource Log;
|
||||||
|
|
||||||
private static ConfigEntry<float> scanTime;
|
private static ConfigEntry<float> scanTime;
|
||||||
@@ -142,5 +141,4 @@ public class Plugin : BasePlugin
|
|||||||
__instance.m_Agent.angularSpeed *= 200f;
|
__instance.m_Agent.angularSpeed *= 200f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user