SimShift.MapTool.Ets2PrefabRoute.Ets2PrefabRoute C# (CSharp) Method

Ets2PrefabRoute() public method

public Ets2PrefabRoute ( List route, Ets2PrefabNode entry, Ets2PrefabNode exit ) : System.Collections.Generic
route List
entry Ets2PrefabNode
exit Ets2PrefabNode
return System.Collections.Generic
        public Ets2PrefabRoute(List<Ets2PrefabCurve> route, Ets2PrefabNode entry, Ets2PrefabNode exit)
        {
            Route = route;

            Entry = entry;
            Exit = exit;

            // TODO: Interpret indicator signal
        }