Goobwabber / MultiplayerCore

A Beat Saber mod that implements core custom multiplayer functionality.
MIT License
66 stars 36 forks source link

Expose a couple constructors #12

Closed rcelyte closed 2 years ago

rcelyte commented 2 years ago

BeatUpClient needs the ability to override some of MultiplayerCore's injections, which currently have their constructors marked internal

rcelyte commented 2 years ago

Nevermind. Apparently compiling with -unsafe+ disables runtime visibility checks :P