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

Afficher le fichier Open project: hussein-aitlahcen/codebreak Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static Create ( ) : GuildSpellBook
Résultat GuildSpellBook

GetSpellLevel() public méthode

public GetSpellLevel ( int spellId ) : int
spellId int
Résultat int

GetSpells() public méthode

public GetSpells ( ) : IEnumerable
Résultat IEnumerable

GuildSpellBook() public méthode

public GuildSpellBook ( ) : System
Résultat System

HasSpell() public méthode

public HasSpell ( int spellId ) : bool
spellId int
Résultat bool

LevelUpSpell() public méthode

public LevelUpSpell ( int spellId ) : void
spellId int
Résultat void

SerializeAs_SpellsList() public méthode

public SerializeAs_SpellsList ( StringBuilder message ) : void
message StringBuilder
Résultat void