class GamesState { GamesState init() { return GamesState(); } GamesState clone() { return GamesState(); } }