C# 클래스 LKCamelot.script.spells.Spell

파일 보기 프로젝트 열기: vans163/LKEmu

공개 프로퍼티들

프로퍼티 타입 설명
Caster LKCamelot.model.Player
Cooldown long
Level int

공개 메소드들

메소드 설명
Cast ( Player player ) : bool
CheckLevelUp ( Player player ) : void
RealManaCost ( Player play ) : int

메소드 상세

Cast() 공개 메소드

public Cast ( Player player ) : bool
player LKCamelot.model.Player
리턴 bool

CheckLevelUp() 공개 메소드

public CheckLevelUp ( Player player ) : void
player LKCamelot.model.Player
리턴 void

RealManaCost() 공개 메소드

public RealManaCost ( Player play ) : int
play LKCamelot.model.Player
리턴 int

프로퍼티 상세

Caster 공개적으로 프로퍼티

public Player,LKCamelot.model Caster
리턴 LKCamelot.model.Player

Cooldown 공개적으로 프로퍼티

public long Cooldown
리턴 long

Level 공개적으로 프로퍼티

public int Level
리턴 int