From dae59649caba4fcf4c1d19bfebf83ac5253de1ba Mon Sep 17 00:00:00 2001 From: Benjamin Kraft <35347454+HeyHouBenjo@users.noreply.github.com> Date: Fri, 28 May 2021 16:24:44 +0200 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7bf3d44 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# GameServer + +C# Template for game server applications with the ability to accept client connections, and putting them into seperate rooms.