C# 클래스 AbstractFactory.UFOEnemyShip

상속: EnemyShip
파일 보기 프로젝트 열기: marwie/Design-Patterns-in-Unity-Example 1 사용 예제들

공개 메소드들

메소드 설명
MakeShip ( ) : void
UFOEnemyShip ( IEnemyShipFactory factory ) : System.Collections

메소드 상세

MakeShip() 공개 메소드

public MakeShip ( ) : void
리턴 void

UFOEnemyShip() 공개 메소드

public UFOEnemyShip ( IEnemyShipFactory factory ) : System.Collections
factory IEnemyShipFactory
리턴 System.Collections