C# Class DarkRift.Server.Plugins.Commands.DemoCommand

Demo command for showing off basic server routing in tutorials.
Inheritance: Plugin
Afficher le fichier Open project: DarkRiftNetworking/DarkRift

Private Properties

Свойство Type Description
ClientManager_ClientConnected void
Client_MessageReceived void
CommandHandler void

Méthodes publiques

Méthode Description
DemoCommand ( PluginLoadData pluginLoadData ) : System

Private Methods

Méthode Description
ClientManager_ClientConnected ( object sender, ClientConnectedEventArgs e ) : void
Client_MessageReceived ( object sender, MessageReceivedEventArgs e ) : void
CommandHandler ( object sender, CommandEventArgs e ) : void

Method Details

DemoCommand() public méthode

public DemoCommand ( PluginLoadData pluginLoadData ) : System
pluginLoadData PluginLoadData
Résultat System