C# Class MiningGame.Code.Interfaces.ChatEntry

Show file Open project: geel9/Minor-Destruction Class Usage Examples

Public Properties

Property Type Description
framesUntilDeath int
playerChat string
playerColor Color
playerName string
teamChat bool

Public Methods

Method Description
ChatEntry ( string name, string text, Color playercolor, bool team ) : System

Method Details

ChatEntry() public method

public ChatEntry ( string name, string text, Color playercolor, bool team ) : System
name string
text string
playercolor Color
team bool
return System

Property Details

framesUntilDeath public property

public int framesUntilDeath
return int

playerChat public property

public string playerChat
return string

playerColor public property

public Color playerColor
return Color

playerName public property

public string playerName
return string

teamChat public property

public bool teamChat
return bool