Пример #1
0
    public override void Setup(HexTile builtOn)
    {
        base.Setup(builtOn);

        ammoIndicator = GetComponent <AmmoIndicator>();
        ammoIndicator.Setup(this);

        Interact(null);

        towerInteractable.SetParent(this);
        towerInteractable.OnCompleted += Interact;
    }
Пример #2
0
 void Awake()
 {
     Instance = this;
 }