C# Class BlindedEffect, verthex

Inheritance: SectionEffect
Exibir arquivo Open project: austinblakeslee/verthex

Public Properties

Property Type Description
blindedVisualEffect GameObject
missPercentage int
numTurns int

Public Methods

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

public ApplyDamage ( Section, s, int power ) : void
s Section,
power int
return void

BlindedEffect() public method

public BlindedEffect ( Section, effectedSection, int blindPercentage ) : System.Collections
effectedSection Section,
blindPercentage int
return System.Collections

Construct() public method

public Construct ( ) : void
return void

Destruct() public method

public Destruct ( ) : void
return void

EndTurnEffect() public method

public EndTurnEffect ( ) : void
return void

GetInfo() public method

public GetInfo ( ) : string
return string

Property Details

blindedVisualEffect public_oe property

public GameObject blindedVisualEffect
return GameObject

missPercentage public_oe property

public int missPercentage
return int

numTurns public_oe property

public int numTurns
return int