//When any plant segment gets hit by fire, it tells its parent PlantManager, which triggers all of them to burn public override void HitByPotion() { parentManager.HitByPotion(); }