LeviLamina
Loading...
Searching...
No Matches
OfferFlowerTickSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
10// clang-format on
11
13public:
14 // static functions
15 // NOLINTBEGIN
16 MCNAPI static void
18
19 MCNAPI static ::TickingSystemWithInfo createSystem();
20 // NOLINTEND
21};
Definition OfferFlowerTickSystem.h:12
static MCAPI void _doOfferFlowerTickSystem(::StrictEntityContext const &, ::OfferFlowerTickComponent &offerFlowerTickComponent)
static MCAPI ::TickingSystemWithInfo createSystem()
Definition StrictEntityContext.h:8
Definition OfferFlowerTickComponent.h:5
Definition TickingSystemWithInfo.h:13