public void CastSpell() { spellAttack?.DoAttack(); spellWithParticles?.DoAttack(); }
public void TryAttack() { attack?.DoAttack(); }