Completely remove AllOfRoundLoser

This commit is contained in:
Tim 2021-11-25 18:33:01 +01:00
parent 8d925075da
commit 6365143399
3 changed files with 3 additions and 11 deletions

View File

@ -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)

View File

@ -5,7 +5,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**number** | **int** | | [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]
**rolls** | **int[]** | | [optional]

View File

@ -271,7 +271,7 @@ class Round implements ModelInterface, ArrayAccess
/**
* Gets loser
*
* @return AllOfRoundLoser
* @return \Swagger\Client\Model\Player
*/
public function getLoser()
{
@ -281,7 +281,7 @@ class Round implements ModelInterface, ArrayAccess
/**
* Sets loser
*
* @param AllOfRoundLoser $loser loser
* @param \Swagger\Client\Model\Player $loser loser
*
* @return $this
*/