SimShift.MapTool.Ets2NavigationSegment.Match C# (CSharp) 메소드

Match() 공개 메소드

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