markiodev / Networker

A simple to use TCP and UDP networking library for .NET. Compatible with Unity.
MIT License
477 stars 77 forks source link

Add docs for IClient #51

Open erictuvesson opened 4 years ago

erictuvesson commented 4 years ago

Just some minor documentation to help.

I am not sure why we uncommented out void Send(byte[] packet); form the interface, but I added it back again.