added timer

This commit is contained in:
Wenszel
2021-04-25 21:20:14 +02:00
parent 3c78b0cf8b
commit b9c6db9586
10 changed files with 83 additions and 37 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ var RoomSchema = new Schema({
createDate: Date,
started: Boolean,
full: Boolean,
timer: Number,
nextMoveTime: Number,
players: [{
name: String,
color: String,