Completely remove AllOfRoundLoser
This commit is contained in:
parent
8d925075da
commit
6365143399
@ -1,8 +0,0 @@
|
|||||||
# AllOfRoundLoser
|
|
||||||
|
|
||||||
## Properties
|
|
||||||
Name | Type | Description | Notes
|
|
||||||
------------ | ------------- | ------------- | -------------
|
|
||||||
|
|
||||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
|
||||||
|
|
@ -5,7 +5,7 @@ Name | Type | Description | Notes
|
|||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
**number** | **int** | | [optional]
|
**number** | **int** | | [optional]
|
||||||
**turns** | [**\Swagger\Client\Model\Turn[]**](Turn.md) | | [optional]
|
**turns** | [**\Swagger\Client\Model\Turn[]**](Turn.md) | | [optional]
|
||||||
**loser** | [**AllOfRoundLoser**](AllOfRoundLoser.md) | | [optional]
|
**loser** | [**\Swagger\Client\Model\Player**](Player.md) | | [optional]
|
||||||
**my_rolls** | [**int[][]**](array.md) | | [optional]
|
**my_rolls** | [**int[][]**](array.md) | | [optional]
|
||||||
**rolls** | **int[]** | | [optional]
|
**rolls** | **int[]** | | [optional]
|
||||||
|
|
||||||
|
@ -271,7 +271,7 @@ class Round implements ModelInterface, ArrayAccess
|
|||||||
/**
|
/**
|
||||||
* Gets loser
|
* Gets loser
|
||||||
*
|
*
|
||||||
* @return AllOfRoundLoser
|
* @return \Swagger\Client\Model\Player
|
||||||
*/
|
*/
|
||||||
public function getLoser()
|
public function getLoser()
|
||||||
{
|
{
|
||||||
@ -281,7 +281,7 @@ class Round implements ModelInterface, ArrayAccess
|
|||||||
/**
|
/**
|
||||||
* Sets loser
|
* Sets loser
|
||||||
*
|
*
|
||||||
* @param AllOfRoundLoser $loser loser
|
* @param \Swagger\Client\Model\Player $loser loser
|
||||||
*
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user