C# 클래스 AdapterPattern.EnemyRobot

This is the adaptee.
파일 보기 프로젝트 열기: marwie/Design-Patterns-in-Unity-Example 1 사용 예제들

공개 메소드들

메소드 설명
ReactToHuman ( string driverName ) : void
SmashWithHands ( ) : void
WalkForward ( ) : void

메소드 상세

ReactToHuman() 공개 메소드

public ReactToHuman ( string driverName ) : void
driverName string
리턴 void

SmashWithHands() 공개 메소드

public SmashWithHands ( ) : void
리턴 void

WalkForward() 공개 메소드

public WalkForward ( ) : void
리턴 void