Exemplo n.º 1
0
    void Start()
    {
        _shop = ShopGO.GetComponent <Shop>();

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