LeviLamina
Loading...
Searching...
No Matches
WeightedRandom.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
WeightedRandom
{
6
public
:
7
// WeightedRandom inner types declare
8
// clang-format off
9
class
WeighedRandomItem
;
10
// clang-format on
11
12
// WeightedRandom inner types define
13
class
WeighedRandomItem
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<4, 4>
mUnkcb04d8;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
WeighedRandomItem
& operator=(
WeighedRandomItem
const
&);
23
WeighedRandomItem
(
WeighedRandomItem
const
&);
24
WeighedRandomItem
();
25
};
26
};
WeightedRandom::WeighedRandomItem
Definition
WeightedRandom.h:13
WeightedRandom
Definition
WeightedRandom.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
util
WeightedRandom.h
Generated on Wed Jul 23 2025 08:34:30 for LeviLamina by
1.12.0