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

BuildRoadLogEvent() 공개 메소드

public BuildRoadLogEvent ( int player, Edge position ) : System
player int
position Edge
리턴 System
        public BuildRoadLogEvent(int player, Edge position)
        {
            Player = player;
            this.Position = position;
        }