1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-02-04 20:22:17 +08:00
This commit is contained in:
2023-10-15 17:02:29 +08:00
parent bdf77d51ca
commit d85afccb0d
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ using BepInEx.Configuration;
namespace UniverseGenTweaks; namespace UniverseGenTweaks;
[BepInDependency("org.soardev.uxassist")]
[BepInPlugin(PluginInfo.PLUGIN_GUID, PluginInfo.PLUGIN_NAME, PluginInfo.PLUGIN_VERSION)] [BepInPlugin(PluginInfo.PLUGIN_GUID, PluginInfo.PLUGIN_NAME, PluginInfo.PLUGIN_VERSION)]
public class UniverseGenTweaks : BaseUnityPlugin public class UniverseGenTweaks : BaseUnityPlugin
{ {

View File

@@ -4,6 +4,7 @@
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UniverseGenTweaks", "website_url": "https://github.com/soarqin/DSP_Mods/tree/master/UniverseGenTweaks",
"description": "Universe Generation Tweaks / 宇宙生成参数调节", "description": "Universe Generation Tweaks / 宇宙生成参数调节",
"dependencies": [ "dependencies": [
"xiaoye97-BepInEx-5.4.17" "xiaoye97-BepInEx-5.4.17",
"soarqin-UXAssist-1.0.0"
] ]
} }