Matt-Crow / GearBox

A C# MMORPG-like game.
0 stars 0 forks source link

Back-end message deserializers #3

Closed Matt-Crow closed 1 year ago

Matt-Crow commented 1 year ago

Implement a decoupled solution which converts JSON messages received through a websocket into C# objects in the back end.

Matt-Crow commented 1 year ago

Receiving messages from the client is handled by #10 .