15struct SetActorMotionPacketPayload {
19 ::ll::TypedStorage<8, 8, ::ActorRuntimeID> mRuntimeId;
20 ::ll::TypedStorage<4, 12, ::Vec3> mMotion;
21 ::ll::TypedStorage<8, 8, ::PlayerInputTick> mTick;
26 SetActorMotionPacketPayload();
31 MCAPI
explicit SetActorMotionPacketPayload(
::Actor const& entity);
37 MCAPI
void* $ctor(
::Actor const& entity);