SimShift.MapTool.Ets2NavigationSegment.Match C# (CSharp) Method

Match() public method

public Match ( int mySolution, Ets2NavigationSegment prefabSegment ) : bool
mySolution int
prefabSegment Ets2NavigationSegment
return bool
        public bool Match(int mySolution, Ets2NavigationSegment prefabSegment)
        {
            throw new NotImplementedException();
        }