public void BurnTarget(GameObject g, int amount) { UnitStats u = g.GetComponent <UnitStats>(); u.Burn(amount); }