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};
15
16} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:7