Cronous Emulation Server Daemon

LoadGame Class

Game loading order packet.

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

System.Object
   croemud.packet.Packet
      croemud.serverpacket.LoadGame

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

LoadGame Members | croemud.serverpacket Namespace