Class GameSessionJoinMessage
- java.lang.Object
-
- de.extio.spacecraft.shared.model.message.AbstractMessage
-
- de.extio.spacecraft.shared.model.message.toserver.GameSessionJoinMessage
-
public final class GameSessionJoinMessage extends AbstractMessage
Part of connecting client and server
-
-
Constructor Summary
Constructors Constructor Description GameSessionJoinMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPassword()
String
getPlayerName()
void
setPassword(String password)
void
setPlayerName(String playerName)
-
Methods inherited from class de.extio.spacecraft.shared.model.message.AbstractMessage
toString
-
-