C# 클래스 Snowshoes.Common.Spell

파일 보기 프로젝트 열기: nuzayets/Snowshoes

보호된 프로퍼티들

프로퍼티 타입 설명
Id SNOPowerId
PrimCost int
SecCost int

공개 메소드들

메소드 설명
IsAvailableNow ( ) : bool
Spell ( SNOPowerId id, int cost1, int cost2 ) : D3
Use ( ) : bool
Use ( Unit target ) : bool
Use ( float x, float y ) : bool

메소드 상세

IsAvailableNow() 공개 메소드

public IsAvailableNow ( ) : bool
리턴 bool

Spell() 공개 메소드

public Spell ( SNOPowerId id, int cost1, int cost2 ) : D3
id SNOPowerId
cost1 int
cost2 int
리턴 D3

Use() 공개 메소드

public Use ( ) : bool
리턴 bool

Use() 공개 메소드

public Use ( Unit target ) : bool
target Unit
리턴 bool

Use() 공개 메소드

public Use ( float x, float y ) : bool
x float
y float
리턴 bool

프로퍼티 상세

Id 보호되어 있는 프로퍼티

protected SNOPowerId Id
리턴 SNOPowerId

PrimCost 보호되어 있는 프로퍼티

protected int PrimCost
리턴 int

SecCost 보호되어 있는 프로퍼티

protected int SecCost
리턴 int