public void ContinueEffect(int effectBlockIndex) { IEffect effect = _effects.GetEffect(effectBlockIndex); effect.Continue(); _effects.InsertEffect(effectBlockIndex, effect); }