C# Class UOJS.Network.GameProxy.TileInfo

Afficher le fichier Open project: kevinhikaruevans/uojs

Méthodes publiques

Свойство Type Description
ID int
IsLand bool

Méthodes publiques

Méthode Description
TileInfo ( bool land, int id, int z, int hue ) : System

Method Details

TileInfo() public méthode

public TileInfo ( bool land, int id, int z, int hue ) : System
land bool
id int
z int
hue int
Résultat System

Property Details

ID public_oe property

public int ID
Résultat int

IsLand public_oe property

public bool IsLand
Résultat bool