C# Class UOJS.Network.GameProxy.TileInfo

Datei anzeigen Open project: kevinhikaruevans/uojs

Public Properties

Property Type Description
ID int
IsLand bool

Public Methods

Method Description
TileInfo ( bool land, int id, int z, int hue ) : System

Method Details

TileInfo() public method

public TileInfo ( bool land, int id, int z, int hue ) : System
land bool
id int
z int
hue int
return System

Property Details

ID public_oe property

public int ID
return int

IsLand public_oe property

public bool IsLand
return bool