Cronous Emulation Server Daemon

OutfitChange Class

Character outfit modification packet.

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

System.Object
   croemud.packet.Packet
      croemud.serverpacket.OutfitChange

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

OutfitChange Members | croemud.serverpacket Namespace