kookehs / risk-of-raindrops

💧 mods for Risk of Rain 2
MIT License
5 stars 4 forks source link

Add MiniRpcLib support for DropItem #13

Open roblabla opened 5 years ago

roblabla commented 5 years ago

Allows the clients to drop items too. This PR is WIP, there are a number of TODOs that I'm planning on fixing soon:

  1. Let the server drive the notification, sending it to the drop requester and the user who got their item dropped.
  2. Only set ShouldDestroy if the drop succeeded. Kinda complicated to do. I'm not sure what ShouldDestroy does exactly?

This adds a dependency on MiniRpcLib, which is an unreleased plugin by Wildbook. You can find it here.

For this to work, obviously, both the client and the server need to have the plugin installed.