C# Class Tibialyzer.BattleListEntry

Mostrar archivo Open project: Mytherin/Tibialyzer Class Usage Examples

Public Properties

Property Type Description
hp int
id int
name string
x int
y int
z int

Property Details

hp public_oe property

public int hp
return int

id public_oe property

public int id
return int

name public_oe property

public string name
return string

x public_oe property

public int x
return int

y public_oe property

public int y
return int

z public_oe property

public int z
return int