AIsOfCatan.DiceRollLogEntry.DiceRollLogEntry C# (CSharp) Method

DiceRollLogEntry() public method

public DiceRollLogEntry ( int turn, int roll ) : System
turn int
roll int
return System
        public DiceRollLogEntry(int turn, int roll)
            : base(turn)
        {
            Roll = roll;
        }