AIsOfCatan.Log.RollLogEvent.RollLogEvent C# (CSharp) Method

RollLogEvent() public method

public RollLogEvent ( int player, int roll ) : System
player int
roll int
return System
        public RollLogEvent(int player, int roll)
        {
            Player = player;
            Roll = roll;
        }