mwhicks-dev / splat-alpha

2D platforming game engine based in C++ and built on top of the SFML multimedia suite.
0 stars 0 forks source link

Create new DisconnectDto containing sender ID #51

Closed mwhicks-dev closed 5 months ago

mwhicks-dev commented 5 months ago

I would like to just move it out of Event, but Event also needs the sender most of the time! It'll be a little easier to just create a new object, unfortunately.