C# Class SagaMap.Map.ChatArgs

Mostrar archivo Open project: Willyham/SagaRO2

Public Properties

Property Type Description
mType Packets.Server.SendChat.MESSAGE_TYPE
text string

Public Methods

Method Description
ChatArgs ( Packets mType, string text ) : System

Method Details

ChatArgs() public method

public ChatArgs ( Packets mType, string text ) : System
mType Packets
text string
return System

Property Details

mType public_oe property

public Packets.Server.SendChat.MESSAGE_TYPE mType
return Packets.Server.SendChat.MESSAGE_TYPE

text public_oe property

public string text
return string