C# Class AbstractFactory.EnemyShipBuilding

Show file Open project: marwie/Design-Patterns-in-Unity-Example

Public Methods

Method Description
orderShip ( ShipType type ) : EnemyShip

Protected Methods

Method Description
MakeEnemyShip ( ShipType type ) : EnemyShip

Method Details

MakeEnemyShip() protected abstract method

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

orderShip() public method

public orderShip ( ShipType type ) : EnemyShip
type ShipType
return EnemyShip