ec310473df43
Fix more docs.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 21 Jul 2011 20:24:43 -0400 |
parents | 85f44db5ab4f |
children | 4eb927d58734 |
branches/tags | (none) |
files | src/clojurecraft/data.clj |
Changes
--- a/src/clojurecraft/data.clj Thu Jul 21 20:24:02 2011 -0400 +++ b/src/clojurecraft/data.clj Thu Jul 21 20:24:43 2011 -0400 @@ -78,8 +78,8 @@ ; Worlds themselves should never need to be updated after creation -- instead the ; various refs inside them are updated. ; -; packet-counts-in -> {:packet-type integer} -; packet-counts-out -> {:packet-type integer} +; packet-counts-in -> (atom {:packet-type integer}) +; packet-counts-out -> (atom {:packet-type integer}) (defrecord Bot [connection outqueue player world packet-counts-in packet-counts-out])