AIsOfCatan.Log.BuildPieceLogEvent.BuildPieceLogEvent C# (CSharp) 메소드

BuildPieceLogEvent() 공개 메소드

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