C# Class TDSM.Core.Command.Commands.PlatformCommand

Inheritance: CoreCommand
Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Méthodes publiques

Méthode Description
Initialise ( ) : void
OperatingSystem ( ISender sender, ArgumentList args ) : void

Informs the sender of what system TDSM is running on

Method Details

Initialise() public méthode

public Initialise ( ) : void
Résultat void

OperatingSystem() public méthode

Informs the sender of what system TDSM is running on
public OperatingSystem ( ISender sender, ArgumentList args ) : void
sender ISender Sender.
args ArgumentList Arguments.
Résultat void