C# Class SimpleRPGFromScratch.Command.NotImplementedCommand

Inheritance: SimpleRPGFromScratch.Command.CommandBase
显示文件 Open project: perl-easj/OOProg

Public Methods

Method Description
NotImplementedCommand ( string desc ) : System

Protected Methods

Method Description
Execute ( ) : void

Method Details

Execute() protected method

protected Execute ( ) : void
return void

NotImplementedCommand() public method

public NotImplementedCommand ( string desc ) : System
desc string
return System