Compare commits
3 Commits
90ee436568
...
1.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 89236bc66a | |||
| 21ad8f57da | |||
| 7334892c45 |
21
LICENSE
Normal file
21
LICENSE
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2025 Marc Philipp Burgmann
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
using BepInEx;
|
using __Project__.Scripts.Janitor;
|
||||||
|
using BepInEx;
|
||||||
using BepInEx.Configuration;
|
using BepInEx.Configuration;
|
||||||
using BepInEx.Logging;
|
using BepInEx.Logging;
|
||||||
using BepInEx.Unity.IL2CPP;
|
using BepInEx.Unity.IL2CPP;
|
||||||
@@ -11,7 +12,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.0";
|
public const string PLUGIN_VERSION = "1.1.1";
|
||||||
internal static new ManualLogSource Log;
|
internal static new ManualLogSource Log;
|
||||||
|
|
||||||
private static ConfigEntry<float> scanTime;
|
private static ConfigEntry<float> scanTime;
|
||||||
@@ -141,4 +142,5 @@ public class Plugin : BasePlugin
|
|||||||
__instance.m_Agent.angularSpeed *= 200f;
|
__instance.m_Agent.angularSpeed *= 200f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user