C# Class KLF.KLFChatDisplay.ChatLine

Show file Open project: SodiumEyes/KerbalLiveFeed

Public Properties

Property Type Description
color Color
message String

Public Methods

Method Description
ChatLine ( String message ) : System

Method Details

ChatLine() public method

public ChatLine ( String message ) : System
message String
return System

Property Details

color public property

public Color color
return Color

message public property

public String message
return String