APBClient.World.WorldClient.GC2WS_ASK_INSTANCE_LIST.GC2WS_ASK_INSTANCE_LIST C# (CSharp) Method

GC2WS_ASK_INSTANCE_LIST() public method

public GC2WS_ASK_INSTANCE_LIST ( ) : System
return System
            public GC2WS_ASK_INSTANCE_LIST()
            {
                OpCode = (uint)APBOpCode.GC2WS_ASK_INSTANCE_LIST;

                AllocateData(8);
            }
        }
WorldClient.GC2WS_ASK_INSTANCE_LIST