NebulaModTeam / nebula

A multiplayer mod for the game Dyson Sphere Program
GNU General Public License v3.0
820 stars 125 forks source link

Refactor messaging method names #639

Closed Reousa closed 5 months ago

Reousa commented 6 months ago

Naming refactor for Send... methods such that they all follow the same naming scheme.

Adds an extra SendTo method to the public IServer API.


This PR is included in a series:

  1. 634 - Working

  2. 638 - Working

  3. 639 - Working