C# Class Fusion.Core.Shell.Commands.Echo

Inheritance: NoRollbackCommand
Datei anzeigen Open project: demiurghg/FusionEngine

Private Properties

Property Type Description

Public Methods

Method Description
Echo ( Invoker invoker ) : System

Execute ( ) : void

Force game to exit.

Method Details

Echo() public method

public Echo ( Invoker invoker ) : System
invoker Invoker
return System

Execute() public method

Force game to exit.
public Execute ( ) : void
return void