LeviLamina
Loading...
Searching...
No Matches
LootPoolTiers.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Json { class Value; }
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<4, 4, int> mRangeForInitialTier;
15 ::ll::TypedStorage<4, 4, int> mBonusRolls;
16 ::ll::TypedStorage<4, 4, float> mBonusRollChance;
17 // NOLINTEND
18
19public:
20 // static functions
21 // NOLINTBEGIN
22 MCNAPI static ::std::unique_ptr<::LootPoolTiers> deserialize(::Json::Value tiers);
23 // NOLINTEND
24};
Definition Value.h:16
Definition LootPoolTiers.h:10
static MCAPI ::std::unique_ptr<::LootPoolTiers > deserialize(::Json::Value tiers)