final ExCubeGameCloseUI cui = new ExCubeGameCloseUI();
ExCubeGameExtendedChangePoints clientSetUp;
for(Player tm : HardReferences.unwrap(bothTeams))
{
score.put(tm.getObjectId(), new MutableInt());
tm.setCurrentCp(tm.getMaxCp());
tm.setCurrentHp(tm.getMaxHp(), false);
tm.setCurrentMp(tm.getMaxMp());
clientSetUp = new ExCubeGameExtendedChangePoints(eventTime, team1Score, team2Score, isRedTeam(tm), tm, 0);