LeviLamina
Loading...
Searching...
No Matches
DrinkMilkGoalDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/actor/BaseGoalDefinition.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_21_120 {
14
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
39 // NOLINTEND
40
41public:
42 // static variables
43 // NOLINTBEGIN
44 MCNAPI static float const& DEFAULT_COOLDOWN_SECONDS();
45
46 MCNAPI static ::std::string_view const& NAME();
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCNAPI void $dtor();
53 // NOLINTEND
54};
55
56} // namespace SharedTypes::v1_21_120
Definition BaseGoalDefinition.h:12
Definition DrinkMilkGoalDefinition.h:15
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI float const & DEFAULT_COOLDOWN_SECONDS()
static MCAPI ::std::string_view const & NAME()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14