LeviLamina
Loading...
Searching...
No Matches
ObjectStorage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Bedrock::Uninitialized {
6
7template <typename T0>
8struct ObjectStorage {};
9
10} // namespace Bedrock::Uninitialized
Definition ObjectStorage.h:8