public final class GameLostApiResponse extends Object
| Constructor and Description |
|---|
GameLostApiResponse(int killer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getKiller()
Index of the player that killed the bot.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="killer") public GameLostApiResponse(int killer)
Copyright © 2017. All rights reserved.