C# Class SimShift.MapTool.Ets2Company

Show file Open project: nlhans/SimShift

Public Properties

Property Type Description
MaxX int
MaxY int
MinX int
MinY int
Prefab Ets2Prefab

Public Methods

Method Description
Ets2Company ( string line, Ets2Mapper mapper ) : System.Linq

Method Details

Ets2Company() public method

public Ets2Company ( string line, Ets2Mapper mapper ) : System.Linq
line string
mapper Ets2Mapper
return System.Linq

Property Details

MaxX public property

public int MaxX
return int

MaxY public property

public int MaxY
return int

MinX public property

public int MinX
return int

MinY public property

public int MinY
return int

Prefab public property

public Ets2Prefab,SimShift.MapTool Prefab
return Ets2Prefab