From f95a6e02c426a91f16bbdb1a0e1f213e3dda98ae Mon Sep 17 00:00:00 2001 From: lidgren Date: Tue, 20 Jan 2015 13:19:55 +0100 Subject: [PATCH] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7a821c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# lidgren-network-gen3 +Lidgren.Network is a networking library for .net framework which uses a single udp socket to deliver a simple API for connecting a client to a server, reading and sending messages.