C# Class LKCamelot.script.spells.Spell

Mostrar archivo Open project: vans163/LKEmu

Public Properties

Property Type Description
Caster LKCamelot.model.Player
Cooldown long
Level int

Public Methods

Method Description
Cast ( Player player ) : bool
CheckLevelUp ( Player player ) : void
RealManaCost ( Player play ) : int

Method Details

Cast() public method

public Cast ( Player player ) : bool
player LKCamelot.model.Player
return bool

CheckLevelUp() public method

public CheckLevelUp ( Player player ) : void
player LKCamelot.model.Player
return void

RealManaCost() public method

public RealManaCost ( Player play ) : int
play LKCamelot.model.Player
return int

Property Details

Caster public_oe property

public Player,LKCamelot.model Caster
return LKCamelot.model.Player

Cooldown public_oe property

public long Cooldown
return long

Level public_oe property

public int Level
return int