Class GameSessionReconnectTicket
- java.lang.Object
-
- de.extio.spacecraft.shared.model.game_server.instance.GameSessionReconnectTicket
-
public final class GameSessionReconnectTicket extends Object
-
-
Constructor Summary
Constructors Constructor Description GameSessionReconnectTicket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
getId()
String
getPlayerName()
Integer
getShipSlot()
void
setId(UUID id)
void
setPlayerName(String playerName)
void
setShipSlot(Integer shipSlot)
-