EgorBron / SocketSaber

Library and mod that allows you to open localhost TCP socket with lots of your current Beat Saber activity. Also works ingame withount sockets.
MIT License
2 stars 0 forks source link

Set "EventProcessors" classes as "partial" #1

Closed EgorBron closed 2 years ago

EgorBron commented 2 years ago

Classes in EventProcessors namespace contains too big amount of code. For convenience should to add "partial" modifier to them and move parts to different files.