Exemplo n.º 1
0
 private void Awake()
 {
     bidQueue          = new List <GameObject>();
     newBidBannerText  = newBidBanner.GetComponentInChildren <TMP_Text>();
     newBidBannerImage = newBidBanner.GetComponent <Image>();
     bidPanel          = FindObjectOfType <BidPanel>();
 }
Exemplo n.º 2
0
 void ExchangeInfomationGLOBAL_DataCurrentParametrUpdate(object sender, DataMarketParametrEventArgs e)
 {
     BidPanel.UpdateFreeValue(e.DataNew.Bid);
     OfferPanel.UpdateFreeValue(e.DataNew.Offer);
 }