C# Class GreatWall.Wall

Show file Open project: ajlopez/TddRocks Class Usage Examples

Public Methods

Method Description
Attack ( int from, int to, int strength ) : bool
EndOfDay ( ) : void
NewDay ( ) : void

Method Details

Attack() public method

public Attack ( int from, int to, int strength ) : bool
from int
to int
strength int
return bool

EndOfDay() public method

public EndOfDay ( ) : void
return void

NewDay() public method

public NewDay ( ) : void
return void