namespace RecRoomArchive.Models.API.GameSessions { public enum JoinGameErrorCode { Success, NoSuchGame, PlayerNotOnline, InsufficientSpace, EventNotStarted, EventAlreadyFinished, EventCreatorNotReady, Blocked } }