예제 #1
0
 public Inscription(long id, TargetingKeyword[] targetingKeywords, string shortDesc, string longDesc, string lookDesc, RunePhrase inscribedSpell)
 {
     Id = id;
     TargetingKeywords = targetingKeywords;
     Description       = new Description(shortDesc, longDesc, lookDesc);
     InscribedSpell    = inscribedSpell;
 }
예제 #2
0
파일: Spell.cs 프로젝트: genveir/RunicMagic
 public Spell(RunePhrase root)
 {
     this.root = root;
 }
예제 #3
0
 public abstract EvalResult Eval(RunePhrase sn);