C# Class Auxilium_Server.Program.ChatMessage

Afficher le fichier Open project: banksyhf/Auxilium

Méthodes publiques

Свойство Type Description
Rank byte
Time string
Username string
Value string

Méthodes publiques

Méthode Description
ChatMessage ( string time, string value, string username, byte rank ) : System

Method Details

ChatMessage() public méthode

public ChatMessage ( string time, string value, string username, byte rank ) : System
time string
value string
username string
rank byte
Résultat System

Property Details

Rank public_oe property

public byte Rank
Résultat byte

Time public_oe property

public string Time
Résultat string

Username public_oe property

public string Username
Résultat string

Value public_oe property

public string Value
Résultat string