public GalaxyNetClient(GalaxyID lobbyId) { this.lobbyId = lobbyId; }
void OnEnable() { lobbyID = GalaxyManager.Instance.Matchmaking.CurrentLobbyID; }