C# Class Snowshoes.Common.Spell

ファイルを表示 Open project: nuzayets/Snowshoes

Protected Properties

Property Type Description
Id SNOPowerId
PrimCost int
SecCost int

Public Methods

Method Description
IsAvailableNow ( ) : bool
Spell ( SNOPowerId id, int cost1, int cost2 ) : D3
Use ( ) : bool
Use ( Unit target ) : bool
Use ( float x, float y ) : bool

Method Details

IsAvailableNow() public method

public IsAvailableNow ( ) : bool
return bool

Spell() public method

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

Use() public method

public Use ( ) : bool
return bool

Use() public method

public Use ( Unit target ) : bool
target Unit
return bool

Use() public method

public Use ( float x, float y ) : bool
x float
y float
return bool

Property Details

Id protected_oe property

protected SNOPowerId Id
return SNOPowerId

PrimCost protected_oe property

protected int PrimCost
return int

SecCost protected_oe property

protected int SecCost
return int