C# Class Codebreak.Service.World.Game.Spell.SpellTemplate

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

Méthodes publiques

Свойство Type Description
Description string
Id int
Levels List
Name string
Sprite int
SpriteInfos string
Targets List

Méthodes publiques

Méthode Description
GetLevel ( int level ) : SpellLevel

Method Details

GetLevel() public méthode

public GetLevel ( int level ) : SpellLevel
level int
Résultat SpellLevel

Property Details

Description public_oe property

public string Description
Résultat string

Id public_oe property

public int Id
Résultat int

Levels public_oe property

public List Levels
Résultat List

Name public_oe property

public string Name
Résultat string

Sprite public_oe property

public int Sprite
Résultat int

SpriteInfos public_oe property

public string SpriteInfos
Résultat string

Targets public_oe property

public List Targets
Résultat List