Matt-Crow / GearBox

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

Change Javascript SignalR receiver #85

Closed Matt-Crow closed 5 months ago

Matt-Crow commented 6 months ago

Instead of using a single receiveMessage method which the server calls, use one method for each message type (ServerInit, WorldInit, WorldUpdate). This may be a moot point if I use REST to receive the first 2 message types.