C# Class DotManager, verthex

Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Méthodes publiques

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

Method Details

DotManager() public méthode

public DotManager ( ) : System.Collections
Résultat System.Collections

GetDot() public méthode

public GetDot ( Section, sc ) : Dot,
sc Section,
Résultat Dot,

NextTurn() public méthode

public NextTurn ( ) : void
Résultat void

RegisterDot() public méthode

public RegisterDot ( Section, sc, int damage ) : void
sc Section,
damage int
Résultat void

RemoveDot() public méthode

public RemoveDot ( Section, sc ) : void
sc Section,
Résultat void