LeviLamina
Loading...
Searching...
No Matches
RandomValueBounds.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
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 RandomValueBounds& operator=(RandomValueBounds const&);
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI void deserialize(::Json::Value const& object);
28 // NOLINTEND
29};
Definition Value.h:16
Definition RandomValueBounds.h:10
Definition Alias.h:14