private void Awake() { cell = GetComponent <Cell>(); combatController = FindObjectOfType <CombatController>(); }