C# 클래스 TDSM.Core.Command.Commands.TimeCommand

상속: CoreCommand
파일 보기 프로젝트 열기: DeathCradle/Terraria-s-Dedicated-Server-Mod

공개 메소드들

메소드 설명
FastForwardTime ( ISender sender, ArgumentList args ) : void

Fast forwards time

Initialise ( ) : void
Time ( ISender sender, ArgumentList args ) : void

Sets the time in the game.

메소드 상세

FastForwardTime() 공개 메소드

Fast forwards time
public FastForwardTime ( ISender sender, ArgumentList args ) : void
sender ISender Sending player
args ArgumentList Arguments sent with command
리턴 void

Initialise() 공개 메소드

public Initialise ( ) : void
리턴 void

Time() 공개 메소드

Sets the time in the game.
public Time ( ISender sender, ArgumentList args ) : void
sender ISender Sending player
args ArgumentList Arguments sent with command
리턴 void