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

BuildPieceLogEvent() public method

public BuildPieceLogEvent ( int player, Token piece, Intersection position ) : System
player int
piece Token
position AIsOfCatan.API.Intersection
return System
        public BuildPieceLogEvent(int player, Token piece, Intersection position)
        {
            Player = player;
            Piece = piece;
            this.Position = position;
        }