C# Class SafeLightning.CommandParsing.Commands.PrintLocationCommand

Prints the player's location.
Inheritance: SafeLightning.CommandParsing.Commands.BaseCommand
Exibir arquivo Open project: Pathoschild/smapi-mod-dump

Public Methods

Method Description
Invoke ( Array args ) : void

Invoke the command.

PrintLocationCommand ( IMonitor monitor ) : StardewModdingAPI

Construct an instance.

Method Details

Invoke() public method

Invoke the command.
public Invoke ( Array args ) : void
args Array The command arguments
return void

PrintLocationCommand() public method

Construct an instance.
public PrintLocationCommand ( IMonitor monitor ) : StardewModdingAPI
monitor IMonitor The monitor used for command output.
return StardewModdingAPI