C# Class Snowshoes.Common.Spell

Afficher le fichier Open project: nuzayets/Snowshoes

Protected Properties

Свойство Type Description
Id SNOPowerId
PrimCost int
SecCost int

Méthodes publiques

Méthode 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 méthode

public IsAvailableNow ( ) : bool
Résultat bool

Spell() public méthode

public Spell ( SNOPowerId id, int cost1, int cost2 ) : D3
id SNOPowerId
cost1 int
cost2 int
Résultat D3

Use() public méthode

public Use ( ) : bool
Résultat bool

Use() public méthode

public Use ( Unit target ) : bool
target Unit
Résultat bool

Use() public méthode

public Use ( float x, float y ) : bool
x float
y float
Résultat bool

Property Details

Id protected_oe property

protected SNOPowerId Id
Résultat SNOPowerId

PrimCost protected_oe property

protected int PrimCost
Résultat int

SecCost protected_oe property

protected int SecCost
Résultat int