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

PlayRoadBuildingLogEvent() 공개 메소드

public PlayRoadBuildingLogEvent ( int player, Edge first, Edge second = null ) : System
player int
first Edge
second Edge
리턴 System
        public PlayRoadBuildingLogEvent(int player, Edge first, Edge second = null)
        {
            Player = player;
            this.First = first;
            this.Second = second;
        }
PlayRoadBuildingLogEvent