Updated comments

This commit is contained in:
Jeremiah Billmann
2013-07-17 22:13:39 -04:00
parent a938a95050
commit b5449342cd
+1 -1
View File
@@ -17,7 +17,7 @@ options = {
api methods
initializeGarageServer(path, options)
addInput({})
getStates(function ([playerStates], [entityStates]))
getStates(function (playerStates: [{state}], entityStates: [{state})])
getId() : 'playerid'
*/
var GarageServerIO = (function (socketio) {