mirror of
https://github.com/SDraw/ml_mods_cvr.git
synced 2026-05-05 01:27:00 +00:00
Custom event classes for patched methods
Update to LeapCSharp 6.15.0
This commit is contained in:
parent
4b879d53d5
commit
85925a7072
76 changed files with 3443 additions and 2187 deletions
|
|
@ -23,6 +23,9 @@ namespace ml_pin
|
|||
public override void OnDeinitializeMelon()
|
||||
{
|
||||
m_soundManager = null;
|
||||
|
||||
CVRGameEventSystem.Player.OnJoin.RemoveListener(OnPlayerJoin);
|
||||
CVRGameEventSystem.Player.OnLeave.RemoveListener(OnPlayerLeave);
|
||||
}
|
||||
|
||||
IEnumerator WaitForInstances()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue