forked from nikita/muzika-gromche
Add V70PoweredLights_Fix to the package dependencies
Not strictly required, but makes this mod shine brighter.
This commit is contained in:
parent
0c5d4f7158
commit
0fbf0b04f4
|
@ -20,6 +20,7 @@ namespace MuzikaGromche
|
|||
[BepInPlugin(PluginInfo.PLUGIN_GUID, PluginInfo.PLUGIN_NAME, PluginInfo.PLUGIN_VERSION)]
|
||||
[BepInDependency("com.sigurd.csync", "5.0.1")]
|
||||
[BepInDependency("ainavt.lc.lethalconfig", "1.4.6")]
|
||||
[BepInDependency("watergun.v72lightfix", BepInDependency.DependencyFlags.SoftDependency)]
|
||||
public class Plugin : BaseUnityPlugin
|
||||
{
|
||||
internal new static Config Config { get; private set; } = null;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"dependencies": [
|
||||
"BepInEx-BepInExPack-5.4.2100",
|
||||
"Sigurd-CSync-5.0.1",
|
||||
"ainavt.lc.lethalconfig-1.4.6"
|
||||
"ainavt.lc.lethalconfig-1.4.6",
|
||||
"WaterGun-V70PoweredLights_Fix-1.0.0"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue