C# Class SagaMap.Map.ChatArgs

Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Свойство Type Description
mType Packets.Server.SendChat.MESSAGE_TYPE
text string

Méthodes publiques

Méthode Description
ChatArgs ( Packets mType, string text ) : System

Method Details

ChatArgs() public méthode

public ChatArgs ( Packets mType, string text ) : System
mType Packets
text string
Résultat System

Property Details

mType public_oe property

public Packets.Server.SendChat.MESSAGE_TYPE mType
Résultat Packets.Server.SendChat.MESSAGE_TYPE

text public_oe property

public string text
Résultat string