Class GameLogLine
Namespace: DiceRolling.Logs
Assembly: dice-rolling.dll
public class GameLogLine
Inheritance
Inherited Members
Show/Hide Inherited Members
Constructors
GameLogLine(GameLogLineType, string)
public GameLogLine(GameLogLineType type, string text)
Parameters
type
GameLogLineType
text
string
Properties
Text
public string Text { get; }
Property Value
Type
public GameLogLineType Type { get; }