Class GameLogMessage
Namespace: DiceRolling.Logs
Assembly: dice-rolling.dll
public class GameLogMessage
Inheritance
Inherited Members
Show/Hide Inherited Members
Constructors
GameLogMessage(string, string, List<GameLogLine>)
public GameLogMessage(string heading, string timestamp, List<GameLogLine> lines)
Parameters
heading
string
timestamp
string
lines
List<GameLogLine>
Properties
Heading
public string Heading { get; }
Property Value
Lines
public List<GameLogLine> Lines { get; }
Property Value
Timestamp
public string Timestamp { get; }