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 UUIDgetId()StringgetPlayerName()IntegergetShipSlot()voidsetId(UUID id)voidsetPlayerName(String playerName)voidsetShipSlot(Integer shipSlot)
-