Comparing version 0.1.15 to 0.1.16
{ | ||
"name": "cheshire", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "Turn based boardgame framework based on websocket", | ||
@@ -5,0 +5,0 @@ "main": "server/Cheshire.js", |
@@ -7,3 +7,3 @@ var Storage = require('./data'); | ||
this.rule = Storage.defaultRule; | ||
console.log('master is : ' + this.users[0]); | ||
console.log('new Room : ' + JSON.stringify(this)); | ||
this.isPlaying = false; | ||
@@ -10,0 +10,0 @@ } |
Sorry, the diff of this file is not supported yet
47463