LeviLamina
Loading...
Searching...
No Matches
WorldTemplateCollectionView.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/brstd/move_only_function.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13class WorldTemplateCollectionView : public ::brstd::move_only_function<::std::optional<::WorldTemplateInfo>()> {
14public:
15 // member functions
16 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // destructor thunk
22 // NOLINTBEGIN
23 MCNAPI void $dtor();
24 // NOLINTEND
25};
Definition WorldTemplateCollectionView.h:13
Definition move_only_function.h:9
Definition WorldTemplateInfo.h:15