LeviLamina
Loading...
Searching...
No Matches
FlowerType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class FlowerType : int {
6 Poppy = 0,
7 Orchid = 1,
8 Allium = 2,
9 Houstonia = 3,
10 TulipRed = 4,
11 TulipOrange = 5,
12 TulipWhite = 6,
13 TulipPink = 7,
14 Oxeye = 8,
15 Cornflower = 9,
16 LilyOfTheValley = 10,
17 Count = 11,
18};