C# Class GreatWall.Wall

Afficher le fichier Open project: ajlopez/TddRocks Class Usage Examples

Méthodes publiques

Méthode Description
Attack ( int from, int to, int strength ) : bool
EndOfDay ( ) : void
NewDay ( ) : void

Method Details

Attack() public méthode

public Attack ( int from, int to, int strength ) : bool
from int
to int
strength int
Résultat bool

EndOfDay() public méthode

public EndOfDay ( ) : void
Résultat void

NewDay() public méthode

public NewDay ( ) : void
Résultat void