handleGameSetup(msg.getGameSetup());
for (SlotMessage slotMsg : msg.getSlots()) {
handleSlot(slotMsg);
}
CreateGamePhase phase = (CreateGamePhase)game.getPhase();
phase.startGame();
return;
}
CreateGamePhase phase;
Snapshot snapshot = null;
if (msg.getSnapshot() != null) {