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