1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 02:53:29 +08:00

minor fix

This commit is contained in:
2023-12-31 15:07:44 +08:00
parent 3308f5d625
commit 95ba94c045
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
namespace CheatEnabler;
[BepInDependency("org.soardev.uxassist")]
[BepInPlugin(PluginInfo.PLUGIN_GUID, PluginInfo.PLUGIN_NAME, PluginInfo.PLUGIN_VERSION)]
[BepInDependency(UXAssist.PluginInfo.PLUGIN_GUID)]
public class CheatEnabler : BaseUnityPlugin
{
public new static readonly BepInEx.Logging.ManualLogSource Logger =