Closed Matt-Crow closed 5 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.
receiveMessage
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.