Skip to content

Commit

Permalink
Adding step props to the Board (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdfdev authored and nicolodavis committed Mar 4, 2019
1 parent 4c3056c commit 3bde0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/client/react-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export function Client(opts) {
isMultiplayer: multiplayer !== undefined,
moves: this.client.moves,
events: this.client.events,
step: this.client.step,
reset: this.client.reset,
undo: this.client.undo,
redo: this.client.redo,
Expand Down
1 change: 1 addition & 0 deletions src/client/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export function Client(opts) {
events: this.client.events,
gameID: this.gameID,
playerID: this.playerID,
step: this.client.step,
reset: this.client.reset,
undo: this.client.undo,
redo: this.client.redo,
Expand Down

0 comments on commit 3bde0ca

Please sign in to comment.