C# Class SectionEffect, verthex

Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Protected Properties

Свойство Type Description
appliedSection Section,
effectType string
upgradeLevel int

Méthodes publiques

Méthode Description
ApplyDamage ( Section, target, int power ) : void
Construct ( ) : void
Destruct ( ) : void
EndTurnEffect ( ) : void
GetEffectType ( ) : string
GetInfo ( ) : string
GetUpgradeLevel ( ) : int
PreAttack ( Section, S ) : void
SectionEffect ( ) : System.Collections
SectionEffect ( Section, effectedSection ) : System.Collections
Update ( ) : void
Upgrade ( ) : void

Method Details

ApplyDamage() public méthode

public ApplyDamage ( Section, target, int power ) : void
target Section,
power int
Résultat void

Construct() public méthode

public Construct ( ) : void
Résultat void

Destruct() public méthode

public Destruct ( ) : void
Résultat void

EndTurnEffect() public méthode

public EndTurnEffect ( ) : void
Résultat void

GetEffectType() public méthode

public GetEffectType ( ) : string
Résultat string

GetInfo() public méthode

public GetInfo ( ) : string
Résultat string

GetUpgradeLevel() public méthode

public GetUpgradeLevel ( ) : int
Résultat int

PreAttack() public méthode

public PreAttack ( Section, S ) : void
S Section,
Résultat void

SectionEffect() public méthode

public SectionEffect ( ) : System.Collections
Résultat System.Collections

SectionEffect() public méthode

public SectionEffect ( Section, effectedSection ) : System.Collections
effectedSection Section,
Résultat System.Collections

Update() public méthode

public Update ( ) : void
Résultat void

Upgrade() public méthode

public Upgrade ( ) : void
Résultat void

Property Details

appliedSection protected_oe property

protected Section, appliedSection
Résultat Section,

effectType protected_oe property

protected string effectType
Résultat string

upgradeLevel protected_oe property

protected int upgradeLevel
Résultat int