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

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