示例#1
0
    void Start()
    {
        _shop = ShopGO.GetComponent <Shop>();

        _waitingCounterVisualisation = WaitingCountInfo.GetComponent <TextToWorld>();
        _orderedCounterVisualisation = OrderedCountInfo.GetComponent <TextToWorld>();
    }//Start
示例#2
0
 public void Start()
 {
     _textToWorld = GetComponent <TextToWorld>();
 }//Start