LeviLamina
Loading...
Searching...
No Matches
CloudQuery.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/raknet/data_structures/List.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace RakNet { struct CloudKey; }
11// clang-format on
12
13namespace RakNet {
14
15struct CloudQuery {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 16, ::DataStructures::List<::RakNet::CloudKey>> keys;
20 ::ll::TypedStorage<4, 4, uint> startingRowIndex;
21 ::ll::TypedStorage<4, 4, uint> maxRowsToReturn;
22 ::ll::TypedStorage<1, 1, bool> subscribeToResults;
23 // NOLINTEND
24};
25
26} // namespace RakNet
Definition CloudKey.h:10
Definition CloudQuery.h:15