예제 #1
0
 public SpellWord(string word, WordDisplay display) : base(word, display, Word.CharacterClass.Spell)
 {
     words = word.Split(' ').Length;
     display.SetActive(false);
 }