C# Class AdapterPattern.EnemyRobot

This is the adaptee.
Afficher le fichier Open project: marwie/Design-Patterns-in-Unity-Example Class Usage Examples

Méthodes publiques

Méthode Description
ReactToHuman ( string driverName ) : void
SmashWithHands ( ) : void
WalkForward ( ) : void

Method Details

ReactToHuman() public méthode

public ReactToHuman ( string driverName ) : void
driverName string
Résultat void

SmashWithHands() public méthode

public SmashWithHands ( ) : void
Résultat void

WalkForward() public méthode

public WalkForward ( ) : void
Résultat void