C# Class Auxilium_Server.Program.ChatMessage

Show file 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 property

public byte Rank
return byte

Time public property

public string Time
return string

Username public property

public string Username
return string

Value public property

public string Value
return string