private void VerifyBndMatch() { if (null == bndMatch) { bndMatch = GetComponent <BndMatch>(); } }
private void Start() { bndMatch = null; redTeamScore = 0; blueTeamScore = 0; if (MyInfoManager.Instance.BreakingInto) { CSNetManager.Instance.Sock.SendCS_BND_SCORE_REQ(); } }