C# Класс Codebreak.Service.World.Game.Guild.GuildSpellBook

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Create ( ) : GuildSpellBook

GetSpellLevel ( int spellId ) : int

GetSpells ( ) : IEnumerable

GuildSpellBook ( ) : System

HasSpell ( int spellId ) : bool

LevelUpSpell ( int spellId ) : void

SerializeAs_SpellsList ( StringBuilder message ) : void

Описание методов

Create() публичный статический Метод

public static Create ( ) : GuildSpellBook
Результат GuildSpellBook

GetSpellLevel() публичный Метод

public GetSpellLevel ( int spellId ) : int
spellId int
Результат int

GetSpells() публичный Метод

public GetSpells ( ) : IEnumerable
Результат IEnumerable

GuildSpellBook() публичный Метод

public GuildSpellBook ( ) : System
Результат System

HasSpell() публичный Метод

public HasSpell ( int spellId ) : bool
spellId int
Результат bool

LevelUpSpell() публичный Метод

public LevelUpSpell ( int spellId ) : void
spellId int
Результат void

SerializeAs_SpellsList() публичный Метод

public SerializeAs_SpellsList ( StringBuilder message ) : void
message StringBuilder
Результат void