protected override void Awake() { base.Awake(); tcpClient = GameManager.GetInstance.tcpClient; tcpClient.AddEventListener(ProtoType.T_C_HostInfo, SyncHostInfo); }