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

Demo command for showing off basic server routing in tutorials.
Inheritance: Plugin
Show file Open project: DarkRiftNetworking/DarkRift

Private Properties

Property Type Description
ClientManager_ClientConnected void
Client_MessageReceived void
CommandHandler void

Public Methods

Method Description
DemoCommand ( PluginLoadData pluginLoadData ) : System

Private Methods

Method 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 method

public DemoCommand ( PluginLoadData pluginLoadData ) : System
pluginLoadData PluginLoadData
return System