Added setPlaying to docs

This commit is contained in:
hydrabolt
2015-09-30 20:52:07 +01:00
parent 46846fcacc
commit 32a9321cfd
3 changed files with 26 additions and 2 deletions

View File

@@ -1844,6 +1844,11 @@ var Client = (function () {
}
}));
}
}, {
key: "playGame",
value: function playGame(id) {
this.setPlayingGame(id);
}
}, {
key: "playingGame",
value: function playingGame(id) {