C# Class Codebreak.Service.World.Game.Guild.GuildSpellBook

Show file Open project: hussein-aitlahcen/codebreak Class Usage Examples

Public Methods

Method Description
Create ( ) : GuildSpellBook

GetSpellLevel ( int spellId ) : int

GetSpells ( ) : IEnumerable

GuildSpellBook ( ) : System

HasSpell ( int spellId ) : bool

LevelUpSpell ( int spellId ) : void

SerializeAs_SpellsList ( StringBuilder message ) : void

Method Details

Create() public static method

public static Create ( ) : GuildSpellBook
return GuildSpellBook

GetSpellLevel() public method

public GetSpellLevel ( int spellId ) : int
spellId int
return int

GetSpells() public method

public GetSpells ( ) : IEnumerable
return IEnumerable

GuildSpellBook() public method

public GuildSpellBook ( ) : System
return System

HasSpell() public method

public HasSpell ( int spellId ) : bool
spellId int
return bool

LevelUpSpell() public method

public LevelUpSpell ( int spellId ) : void
spellId int
return void

SerializeAs_SpellsList() public method

public SerializeAs_SpellsList ( StringBuilder message ) : void
message StringBuilder
return void