C# Class KLF.KLFChatDisplay.ChatLine

ファイルを表示 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_oe property

public Color color
return Color

message public_oe property

public String message
return String