C# Class BlindedEffect, verthex

Inheritance: SectionEffect
Afficher le fichier Open project: austinblakeslee/verthex

Méthodes publiques

Свойство Type Description
blindedVisualEffect GameObject
missPercentage int
numTurns int

Méthodes publiques

Méthode Description
ApplyDamage ( Section, s, int power ) : void
BlindedEffect ( Section, effectedSection, int blindPercentage ) : System.Collections
Construct ( ) : void
Destruct ( ) : void
EndTurnEffect ( ) : void
GetInfo ( ) : string

Method Details

ApplyDamage() public méthode

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

BlindedEffect() public méthode

public BlindedEffect ( Section, effectedSection, int blindPercentage ) : System.Collections
effectedSection Section,
blindPercentage int
Résultat System.Collections

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

GetInfo() public méthode

public GetInfo ( ) : string
Résultat string

Property Details

blindedVisualEffect public_oe property

public GameObject blindedVisualEffect
Résultat GameObject

missPercentage public_oe property

public int missPercentage
Résultat int

numTurns public_oe property

public int numTurns
Résultat int