LeviLamina
Loading...
Searching...
No Matches
IBiomeJsonComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SharedTypes::v1_20_60 {
6
8public:
9 // virtual functions
10 // NOLINTBEGIN
11 // vIndex: 0
12 virtual ~IBiomeJsonComponent() = default;
13 // NOLINTEND
14
15public:
16 // destructor thunk
17 // NOLINTBEGIN
18
19 // NOLINTEND
20};
21
22} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:7