C# Class SimpleRPGFromScratch.Command.NotImplementedCommand

Inheritance: SimpleRPGFromScratch.Command.CommandBase
Afficher le fichier Open project: perl-easj/OOProg

Méthodes publiques

Méthode Description
NotImplementedCommand ( string desc ) : System

Méthodes protégées

Méthode Description
Execute ( ) : void

Method Details

Execute() protected méthode

protected Execute ( ) : void
Résultat void

NotImplementedCommand() public méthode

public NotImplementedCommand ( string desc ) : System
desc string
Résultat System