C# Class MiningGame.Code.Interfaces.ChatEntry

显示文件 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_oe property

public int framesUntilDeath
return int

playerChat public_oe property

public string playerChat
return string

playerColor public_oe property

public Color playerColor
return Color

playerName public_oe property

public string playerName
return string

teamChat public_oe property

public bool teamChat
return bool