C# Class AbstractFactory.UFOEnemyShipBuilding

Inheritance: EnemyShipBuilding
Show file Open project: marwie/Design-Patterns-in-Unity-Example Class Usage Examples

Protected Methods

Method Description
MakeEnemyShip ( ShipType type ) : EnemyShip

Method Details

MakeEnemyShip() protected method

protected MakeEnemyShip ( ShipType type ) : EnemyShip
type ShipType
return EnemyShip