Egor935 / SR2MP

Multiplayer mod for Slime Rancher 2
https://discord.gg/JY8zDTuaGW
44 stars 9 forks source link

Separate loaders #1

Open TacoGuyAT opened 2 years ago

TacoGuyAT commented 2 years ago

A proposal to separate the mod body from the loaders.

It will make easier to port mod to BepInEx or other loaders and will separate loader-related code from the actual mod. MonoBehavior related stuff can moved to separate class.