LeviLamina
Loading...
Searching...
No Matches
HydrateItemRequest.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // HydrateItemRequest inner types declare
8 // clang-format off
9 struct CacheMetadata;
10 // clang-format on
11
12 // HydrateItemRequest inner types define
13 struct CacheMetadata {};
14};
Definition HydrateItemRequest.h:13
Definition HydrateItemRequest.h:5