Exemple #1
0
 internal static ISpellbook Convert(EnsoulSharp.Spellbook spellbook)
 {
     return(new Spellbook(spellbook));
 }
Exemple #2
0
 public PlayerFragment()
 {
     this.player = EnsoulSharp.ObjectManager.Player;
     this.book   = this.player.Spellbook;
 }