C# Class AdapterPattern.EnemyRobot

This is the adaptee.
Show file Open project: marwie/Design-Patterns-in-Unity-Example Class Usage Examples

Public Methods

Method Description
ReactToHuman ( string driverName ) : void
SmashWithHands ( ) : void
WalkForward ( ) : void

Method Details

ReactToHuman() public method

public ReactToHuman ( string driverName ) : void
driverName string
return void

SmashWithHands() public method

public SmashWithHands ( ) : void
return void

WalkForward() public method

public WalkForward ( ) : void
return void