ProAvalon
ProAvalon copied to clipboard
Split commands out to separate file
Commands are currently embedded into sockets.ts, with a couple strong dependencies on allSockets
as well as the global io
object.
Extracting out these commands will drastically reduce the complexity of sockets.ts
, and also make testing easier.