예제 #1
0
        public void ContinueEffect(int effectBlockIndex)
        {
            IEffect effect = _effects.GetEffect(effectBlockIndex);

            effect.Continue();
            _effects.InsertEffect(effectBlockIndex, effect);
        }