Insprill / dv-multiplayer

A Derail Valley mod adding multiplayer to the game.
Apache License 2.0
33 stars 16 forks source link

Update Mod to DV Build 96 #30

Closed TheGamerH18 closed 11 months ago

TheGamerH18 commented 11 months ago

LicenseManager.Instance.GrabAllUnlockables() does not exist as of Build 96. It has been replaced by LicenseManager.Instance.GrabAllGameModeSpecificUnlockables(string gameMode). To use that Method we can use the SaveGameKeys.Game_mode to specify the game mode.