Esempio n. 1
0
 public Spell(LocalPlayerCharacterView owner, adu internalSpell, SpellSlotIndex slot)
 {
     _owner         = owner;
     _internalSpell = internalSpell;
     _slot          = slot;
 }
Esempio n. 2
0
 public SpellSlot(adu instance)
 {
     _internal = instance;
 }