public void OnTip(GameObject tipObj, CoDelegate startDel) { tipObj.SetActive(false); mCurObjQueue.Enqueue(new TipWrap(tipObj, startDel)); }
public TipWrap(GameObject go, CoDelegate del) { this.go = go; this.del = del; }