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

MoveRobberLogEvent() public method

public MoveRobberLogEvent ( int player, int tile ) : System
player int
tile int
return System
        public MoveRobberLogEvent(int player, int tile)
        {
            Player = player;
            Tile = tile;
        }