C# Class Magic.Framework.Spells.BloodManaSpell

Inheritance: Magic.Framework.Spells.Spell
Mostrar archivo Open project: Pathoschild/smapi-mod-dump

Public Methods

Method Description
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

Method Details

BloodManaSpell() public method

public BloodManaSpell ( ) : Magic.Framework.Schools
return Magic.Framework.Schools

CanCast() public method

public CanCast ( Farmer player, int level ) : bool
player Farmer
level int
return bool

GetManaCost() public method

public GetManaCost ( Farmer player, int level ) : int
player Farmer
level int
return int

OnCast() public method

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