public string GetInviteCode() { if (lobby == null) { return(null); } return(Base36.Encode(lobby.GetRealID())); }