C# Class DarkEmu_GameServer.Monsters._General

Mostrar archivo Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
AttackingObjectIndex int
Dead bool
Exp ulong
HP int
ID uint
Level byte
Skills System.Collections.ArrayList
Type byte
UniqueID uint

Property Details

AttackingObjectIndex public_oe property

public int AttackingObjectIndex
return int

Dead public_oe property

public bool Dead
return bool

Exp public_oe property

public ulong Exp
return ulong

HP public_oe property

public int HP
return int

ID public_oe property

public uint ID
return uint

Level public_oe property

public byte Level
return byte

Skills public_oe property

public ArrayList,System.Collections Skills
return System.Collections.ArrayList

Type public_oe property

public byte Type
return byte

UniqueID public_oe property

public uint UniqueID
return uint