C# 클래스 SafeLightning.CommandParsing.Commands.RemoveFeaturesCommand

Removes every terrain feature in the player's farm.
상속: SafeLightning.CommandParsing.Commands.BaseCommand
파일 보기 프로젝트 열기: Pathoschild/smapi-mod-dump

공개 메소드들

메소드 설명
Invoke ( Array args ) : void

Invoke the command.

RemoveFeaturesCommand ( IMonitor monitor ) : StardewModdingAPI

메소드 상세

Invoke() 공개 메소드

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

RemoveFeaturesCommand() 공개 메소드

public RemoveFeaturesCommand ( IMonitor monitor ) : StardewModdingAPI
monitor IMonitor The monitor used for command output.
리턴 StardewModdingAPI