C# 클래스 Magic.Framework.Spells.BloodManaSpell

상속: Magic.Framework.Spells.Spell
파일 보기 프로젝트 열기: Pathoschild/smapi-mod-dump

공개 메소드들

메소드 설명
BloodManaSpell ( ) : Magic.Framework.Schools
CanCast ( Farmer player, int level ) : bool
GetManaCost ( Farmer player, int level ) : int
OnCast ( Farmer player, int level, int targetX, int targetY ) : IActiveEffect

메소드 상세

BloodManaSpell() 공개 메소드

public BloodManaSpell ( ) : Magic.Framework.Schools
리턴 Magic.Framework.Schools

CanCast() 공개 메소드

public CanCast ( Farmer player, int level ) : bool
player Farmer
level int
리턴 bool

GetManaCost() 공개 메소드

public GetManaCost ( Farmer player, int level ) : int
player Farmer
level int
리턴 int

OnCast() 공개 메소드

public OnCast ( Farmer player, int level, int targetX, int targetY ) : IActiveEffect
player Farmer
level int
targetX int
targetY int
리턴 IActiveEffect