C# Class LKCamelot.script.spells.Spell

Afficher le fichier Open project: vans163/LKEmu

Méthodes publiques

Свойство Type Description
Caster LKCamelot.model.Player
Cooldown long
Level int

Méthodes publiques

Méthode Description
Cast ( Player player ) : bool
CheckLevelUp ( Player player ) : void
RealManaCost ( Player play ) : int

Method Details

Cast() public méthode

public Cast ( Player player ) : bool
player LKCamelot.model.Player
Résultat bool

CheckLevelUp() public méthode

public CheckLevelUp ( Player player ) : void
player LKCamelot.model.Player
Résultat void

RealManaCost() public méthode

public RealManaCost ( Player play ) : int
play LKCamelot.model.Player
Résultat int

Property Details

Caster public_oe property

public Player,LKCamelot.model Caster
Résultat LKCamelot.model.Player

Cooldown public_oe property

public long Cooldown
Résultat long

Level public_oe property

public int Level
Résultat int