C# Class TDSM.Core.RemoteConsole.RConSender

Inheritance: OTA.Command.ConsoleSender
Mostra file Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod Class Usage Examples

Public Methods

Method Description
RConSender ( RConClient rcon ) : System
SendMessage ( string message, int A = 255, byte R = 255, byte G = 255, byte B = 255 ) : void

Method Details

RConSender() public method

public RConSender ( RConClient rcon ) : System
rcon RConClient
return System

SendMessage() public method

public SendMessage ( string message, int A = 255, byte R = 255, byte G = 255, byte B = 255 ) : void
message string
A int
R byte
G byte
B byte
return void