Sync playback to the actual beat count rather than relying on BPM #5

Open
ratijas wants to merge 43 commits from ratijas/muzika-gromche:work/r/beats into master
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 0fbf0b04f4 - Show all commits

View File

@ -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;

View File

@ -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"
]
}