C# Class OpenRA.Network.ChatLine

Show file Open project: cjshmyr/OpenRA

Public Properties

Property Type Description
Color Color
Name string
Text string

Public Methods

Method Description
ChatLine ( Color c, string n, string t ) : System

Method Details

ChatLine() public method

public ChatLine ( Color c, string n, string t ) : System
c Color
n string
t string
return System

Property Details

Color public property

public Color Color
return Color

Name public property

public string Name
return string

Text public property

public string Text
return string