C# Class Fortify, verthex

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

Public Properties

Property Type Description
sectionNum int

Public Methods

Method Description
Fortify ( int t, int n ) : System.Collections
Fortify ( string actionMessage ) : System.Collections
GetActionMessage ( ) : string
Perform ( ) : void

Protected Methods

Method Description
ParseActionMessage ( string actionMessage ) : void

Method Details

Fortify() public method

public Fortify ( int t, int n ) : System.Collections
t int
n int
return System.Collections

Fortify() public method

public Fortify ( string actionMessage ) : System.Collections
actionMessage string
return System.Collections

GetActionMessage() public method

public GetActionMessage ( ) : string
return string

ParseActionMessage() protected method

protected ParseActionMessage ( string actionMessage ) : void
actionMessage string
return void

Perform() public method

public Perform ( ) : void
return void

Property Details

sectionNum public_oe property

public int sectionNum
return int