コード例 #1
0
ファイル: MonsterType.cs プロジェクト: otbr/CoreOpenMMO
        internal void SetPhrases(string v)
        {
            if (Locked)
            {
                throw new InvalidOperationException("This MonsterType is locked and cannot be altered.");
            }

            Phrases.AddRange(CipParser.SplitByTokenPreserveQuoted(v, ','));
        }