From 122637348974ab49e22829d101bc116b557b65a2 Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Tue, 30 Jul 2013 21:27:03 -0400 Subject: [PATCH] Progress: Documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b7dcb5..9dfa9eb 100644 --- a/README.md +++ b/README.md @@ -402,6 +402,7 @@ options.worldState ``` **object literal** Object containing all of the properties pertaining to world state for your game - f, u, n, etc., whatever you want to add to it. + --- ```js options.onPlayerConnect(callback(socket))