Home
last modified time | relevance | path

Searched refs:turnBasedPlay (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DInstance.php49 public $turnBasedPlay; variable in Google\\Service\\Games\\Instance
154 public function setTurnBasedPlay($turnBasedPlay) argument
156 $this->turnBasedPlay = $turnBasedPlay;
163 return $this->turnBasedPlay;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1024 public $turnBasedPlay; variable in Google_Instance
1070 public function setTurnBasedPlay( $turnBasedPlay) { argument
1071 $this->turnBasedPlay = $turnBasedPlay;
1074 return $this->turnBasedPlay;