C# Class AbstractFactory.EnemyShipBuilding

Afficher le fichier Open project: marwie/Design-Patterns-in-Unity-Example

Méthodes publiques

Méthode Description
orderShip ( ShipType type ) : EnemyShip

Méthodes protégées

Méthode Description
MakeEnemyShip ( ShipType type ) : EnemyShip

Method Details

MakeEnemyShip() protected abstract méthode

protected abstract MakeEnemyShip ( ShipType type ) : EnemyShip
type ShipType
Résultat EnemyShip

orderShip() public méthode

public orderShip ( ShipType type ) : EnemyShip
type ShipType
Résultat EnemyShip