TCoS-Rebirth / tcos-server

Early Server implementation
3 stars 0 forks source link

Server netcode refacto / improvements #6

Open TCoS-Saltiel opened 10 years ago

TCoS-Saltiel commented 10 years ago

Hide the connection to client and asynchronous stuff in a Connection class. Also upgrade to C# 5.0 (.NET 4.5) in order to use async stuff. Should make the code a lot more readable.