コード例 #1
0
ファイル: Spells.cs プロジェクト: wantows/Merlin_v1
 public Spell(LocalPlayerCharacterView owner, adu internalSpell, SpellSlotIndex slot)
 {
     _owner         = owner;
     _internalSpell = internalSpell;
     _slot          = slot;
 }
コード例 #2
0
ファイル: SpellSlot.cs プロジェクト: EasyEars/merlin
 public SpellSlot(adu instance)
 {
     _internal = instance;
 }