Cronous Emulation Server Daemon

CharacterHealth Class

Character health packet.

For a list of all members of this type, see CharacterHealth Members.

System.Object
   croemud.packet.Packet
      croemud.serverpacket.CharacterHealth

[Visual Basic]
Public Class CharacterHealth
    Inherits Packet
[C#]
public class CharacterHealth : Packet
[C++]
public __gc class CharacterHealth : public Packet
[JScript]
public class CharacterHealth extends Packet

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: croemud.serverpacket

Assembly: croemud (in croemud.dll)

See Also

CharacterHealth Members | croemud.serverpacket Namespace