Exemplo n.º 1
0
 // Create new Spells Object, initialized by the list recieved from the WorldServer
 public void setSpells(SpellItem[] sl)
 {
     spells = new Spells(sl);
 }