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