C# Class Schumix.GameAddon.Commands.GameCommand

Inheritance: Schumix.Irc.Commands.CommandInfo
Datei anzeigen Open project: Schumix/Schumix2 Class Usage Examples

Public Properties

Property Type Description
GameChannelFunction string>.Dictionary
MaffiaList MaffiaGame>.Dictionary
sGC GameCommand

Public Methods

Method Description
GameCommand ( string ServerName ) : System
HandleGame ( IRCMessage sIRCMessage ) : void

Method Details

GameCommand() public method

public GameCommand ( string ServerName ) : System
ServerName string
return System

HandleGame() public method

public HandleGame ( IRCMessage sIRCMessage ) : void
sIRCMessage Schumix.Framework.Irc.IRCMessage
return void

Property Details

GameChannelFunction public_oe property

public Dictionary GameChannelFunction
return string>.Dictionary

MaffiaList public_oe property

public Dictionary MaffiaList
return MaffiaGame>.Dictionary

sGC public_oe property

public GameCommand,Schumix.GameAddon.Commands sGC
return GameCommand