Exemple #1
0
 public static void AttachScript(Aisling Aisling, Spell spell)
 {
     spell.Script = ScriptManager.Load <SpellScript>(spell.Template.ScriptKey, spell);
 }