Multiple events can now be called onto same frame + more Spaceball camera fixes

This commit is contained in:
Starpelly
2021-12-26 00:11:54 -05:00
parent 417986c08c
commit 95ac1306d4
11 changed files with 128 additions and 48 deletions

View File

@ -44,5 +44,10 @@ namespace RhythmHeavenMania.Games
{
}
public virtual void OnTimeChange()
{
}
}
}