diangogav/EDOpro-server-ts

Refactor spawn on data event

Closed this issue · 0 comments

Currently all logic received in the on data event is handled in the RoomMessageHandler file, this breaks the SRP. Ideally, all of that logic should be handled in other files or classes.