Пример #1
0
    private void Awake()
    {
        _emptyPlace = FindObjectOfType <EmptyPlace>();

        for (int i = 0; i < transform.childCount; i++)
        {
            _thisWin.Add(transform.GetChild(i).position);
            _сhildPosition.Add(transform.GetChild(i).position);
        }
    }
Пример #2
0
 public EmptyPresenter(EmptyPlace place, Services services)
 {
     this.place    = place;
     this.services = services;
 }
Пример #3
0
 private void Awake()
 {
     _animationText = GetComponent <Animation>();
     _emptyPlace    = FindObjectOfType <EmptyPlace>();
 }
Пример #4
0
 public EmptyPresenter(EmptyPlace place, Services services)
 {
     this.place = place;
     this.services = services;
 }