AIsOfCatan.Log.PlayRoadBuildingLogEvent.PlayRoadBuildingLogEvent C# (CSharp) Méthode

PlayRoadBuildingLogEvent() public méthode

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