cygni / snakebot

http://snake.cygni.se
MIT License
2 stars 7 forks source link

C# - ClientInfo Call #40

Closed blackenedsystems closed 8 years ago

blackenedsystems commented 8 years ago

Version 0.0.10 of the server introduces a call to allow collection of usage stats ( #38 ). The Java client has embedded this call in the BaseSnakeClient class. The call is made when a player successfully registers. We need the C# client to do something similar.