C# Class ProxyPattern.ATMProxy

Inheritance: GetATMData
Afficher le fichier Open project: marwie/Design-Patterns-in-Unity-Example Class Usage Examples

Méthodes publiques

Méthode Description
GetCashInMachine ( ) : int
GetCurrentState ( ) : StatePattern.ATMState

Method Details

GetCashInMachine() public méthode

public GetCashInMachine ( ) : int
Résultat int

GetCurrentState() public méthode

public GetCurrentState ( ) : StatePattern.ATMState
Résultat StatePattern.ATMState