From fe415f1bfac183b3dbb75367f4a856b9c9d6857a Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 24 Jun 2013 12:03:19 +1000 Subject: [PATCH] Monir edits --- Networking-Protocol.md | 2 +- Pseudocode.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Pseudocode.md diff --git a/Networking-Protocol.md b/Networking-Protocol.md index 94b1389..e690f59 100644 --- a/Networking-Protocol.md +++ b/Networking-Protocol.md @@ -1,4 +1,4 @@ -These are the basic networking protocols used by the client and server programs. This page details the _current_ working version, it omits planned features. +These are the basic networking protocols used by the client and server programs. ## Packet Types diff --git a/Pseudocode.md b/Pseudocode.md new file mode 100644 index 0000000..32472bf --- /dev/null +++ b/Pseudocode.md @@ -0,0 +1,2 @@ +PlayerEntry: + \ No newline at end of file