Cronous Emulation Server Daemon

PlayerCharacterCount Class

Player character count packet.

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

System.Object
   croemud.packet.Packet
      croemud.serverpacket.PlayerCharacterCount

[Visual Basic]
Public Class PlayerCharacterCount
    Inherits Packet
[C#]
public class PlayerCharacterCount : Packet
[C++]
public __gc class PlayerCharacterCount : public Packet
[JScript]
public class PlayerCharacterCount 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

PlayerCharacterCount Members | croemud.serverpacket Namespace