C# Class Auxilium_Server.Program.ChatMessage

Datei anzeigen Open project: banksyhf/Auxilium

Public Properties

Property Type Description
Rank byte
Time string
Username string
Value string

Public Methods

Method Description
ChatMessage ( string time, string value, string username, byte rank ) : System

Method Details

ChatMessage() public method

public ChatMessage ( string time, string value, string username, byte rank ) : System
time string
value string
username string
rank byte
return System

Property Details

Rank public_oe property

public byte Rank
return byte

Time public_oe property

public string Time
return string

Username public_oe property

public string Username
return string

Value public_oe property

public string Value
return string