public Spell(LocalPlayerCharacterView owner, adu internalSpell, SpellSlotIndex slot) { _owner = owner; _internalSpell = internalSpell; _slot = slot; }
public SpellSlot(adu instance) { _internal = instance; }