Пример #1
0
 protected Spell()
 {
     spell = new WorldObjects.Spell();
     spell.ScriptingProto = this;
 }
Пример #2
0
 internal Spell(WorldObjects.Spell ii)
 {
     spell = ii;
 }