Guest User

Untitled

a guest
Nov 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. myTurn( state ) {
  2. if ( state.roomObj.next !== undefined ) {
  3. return state.roomObj.next === state.uid
  4. }
  5. },
Add Comment
Please, Sign In to add comment