C# Class SagaMap.Map.ChatArgs

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

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

text public property

public string text
return string