C# Class Dot, verthex

Inheritance: MonoBehaviour
Show file Open project: austinblakeslee/verthex Class Usage Examples

Public Properties

Property Type Description
damagePerTurn int
turnsRemaining int

Public Methods

Method Description
Advance ( ) : int
Done ( ) : bool
Dot ( int turns, int damagePerTurn ) : System.Collections

Method Details

Advance() public method

public Advance ( ) : int
return int

Done() public method

public Done ( ) : bool
return bool

Dot() public method

public Dot ( int turns, int damagePerTurn ) : System.Collections
turns int
damagePerTurn int
return System.Collections

Property Details

damagePerTurn public property

public int damagePerTurn
return int

turnsRemaining public property

public int turnsRemaining
return int