C# Class DotManager, verthex

Mostra file Open project: austinblakeslee/verthex Class Usage Examples

Public Methods

Method Description
DotManager ( ) : System.Collections
GetDot ( Section, sc ) : Dot,
NextTurn ( ) : void
RegisterDot ( Section, sc, int damage ) : void
RemoveDot ( Section, sc ) : void

Method Details

DotManager() public method

public DotManager ( ) : System.Collections
return System.Collections

GetDot() public method

public GetDot ( Section, sc ) : Dot,
sc Section,
return Dot,

NextTurn() public method

public NextTurn ( ) : void
return void

RegisterDot() public method

public RegisterDot ( Section, sc, int damage ) : void
sc Section,
damage int
return void

RemoveDot() public method

public RemoveDot ( Section, sc ) : void
sc Section,
return void