160161162163164165166
String theRulesheet = arg1.toString(); int previewClock = Integer.valueOf(arg2.getValue()); Game theReceivedGame = Game.createEphemeralGame(theRulesheet); return new PreviewRequest(gamer, theReceivedGame, previewClock); }