C# Class SimShift.MapTool.Ets2Company

Mostrar archivo 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_oe property

public int MaxX
return int

MaxY public_oe property

public int MaxY
return int

MinX public_oe property

public int MinX
return int

MinY public_oe property

public int MinY
return int

Prefab public_oe property

public Ets2Prefab,SimShift.MapTool Prefab
return Ets2Prefab