C# 클래스 SkillChainLightning, DemonHeart

상속: Skill
파일 보기 프로젝트 열기: rwbysafire/DemonHeart 1 사용 예제들

공개 메소드들

메소드 설명
SkillChainLightning ( ) : System.Collections
getImage ( ) : Sprite
getManaCost ( ) : float
getMaxCooldown ( ) : float
getName ( ) : string
skillLogic ( Entity, mob, Stats, stats ) : void

비공개 메소드들

메소드 설명
FindClosestEnemy ( Entity, mob, string tag, Vector3 target ) : GameObject

메소드 상세

SkillChainLightning() 공개 메소드

public SkillChainLightning ( ) : System.Collections
리턴 System.Collections

getImage() 공개 메소드

public getImage ( ) : Sprite
리턴 Sprite

getManaCost() 공개 메소드

public getManaCost ( ) : float
리턴 float

getMaxCooldown() 공개 메소드

public getMaxCooldown ( ) : float
리턴 float

getName() 공개 메소드

public getName ( ) : string
리턴 string

skillLogic() 공개 메소드

public skillLogic ( Entity, mob, Stats, stats ) : void
mob Entity,
stats Stats,
리턴 void