LeviLamina
Loading...
Searching...
No Matches
SoulSpeedAttributeSystem.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 MCAPI static void _tryProcessSoulSpeed(::StrictEntityContext&, ::ActorOwnerComponent& actorOwnerComponent);
17
18 MCAPI static ::TickingSystemWithInfo createSystem();
19 // NOLINTEND
20};
Definition ActorOwnerComponent.h:10
Definition StrictEntityContext.h:10
Definition SoulSpeedAttributeSystem.h:12
Definition TickingSystemWithInfo.h:11