AIsOfCatan.DiceRollLogEntry.DiceRollLogEntry C# (CSharp) Метод

DiceRollLogEntry() публичный Метод

public DiceRollLogEntry ( int turn, int roll ) : System
turn int
roll int
Результат System
        public DiceRollLogEntry(int turn, int roll)
            : base(turn)
        {
            Roll = roll;
        }