コード例 #1
0
ファイル: SpellPlagueSpell.cs プロジェクト: nogu3ira/xrunuo
        public static void RemoveEffect(Mobile m)
        {
            if (m_Table.ContainsKey(m))
            {
                SpellPlagueContext context = m_Table[m];

                context.EndPlague(false);
            }
        }