C# Class DarkEmu_GameServer.Monsters._General

Show file 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 property

public int AttackingObjectIndex
return int

Dead public property

public bool Dead
return bool

Exp public property

public ulong Exp
return ulong

HP public property

public int HP
return int

ID public property

public uint ID
return uint

Level public property

public byte Level
return byte

Skills public property

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

Type public property

public byte Type
return byte

UniqueID public property

public uint UniqueID
return uint