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

@@ -1571,6 +1571,10 @@ class Client {
}
playGame(id){
this.setPlayingGame(id);
}
playingGame(id){
this.setPlayingGame(id);