gecco.communication.messages
Class StartGameMessage

java.lang.Object
  |
  +--gecco.communication.messages.StartGameMessage

public class StartGameMessage
extends Object

This message is put in the send queue on the client part of the communication, when the client calls startGame

Author:
Niklas Hallenfur

Constructor Summary
StartGameMessage()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

StartGameMessage

public StartGameMessage()