C# Class ForceFieldEffect, verthex

Inheritance: SectionEffect
Mostra file Open project: austinblakeslee/verthex

Public Properties

Property Type Description
forceFieldStrength int
forceFieldVisual GameObject
numTurns int

Public Methods

Method Description
ApplyDamage ( Section, s, int power ) : void
Construct ( ) : void
Destruct ( ) : void
EndTurnEffect ( ) : void
ForceFieldEffect ( Section, s, int fieldStrength ) : System.Collections
GetInfo ( ) : string

Method Details

ApplyDamage() public method

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

Construct() public method

public Construct ( ) : void
return void

Destruct() public method

public Destruct ( ) : void
return void

EndTurnEffect() public method

public EndTurnEffect ( ) : void
return void

ForceFieldEffect() public method

public ForceFieldEffect ( Section, s, int fieldStrength ) : System.Collections
s Section,
fieldStrength int
return System.Collections

GetInfo() public method

public GetInfo ( ) : string
return string

Property Details

forceFieldStrength public_oe property

public int forceFieldStrength
return int

forceFieldVisual public_oe property

public GameObject forceFieldVisual
return GameObject

numTurns public_oe property

public int numTurns
return int