LeviLamina
Loading...
Searching...
No Matches
PlayJumpSoundSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/systems/play_jump_sound_system/SoundType.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13namespace PlayJumpSoundSystem {
14// functions
15// NOLINTBEGIN
16MCAPI ::TickingSystemWithInfo createSystem(::PlayJumpSoundSystem::SoundType jumpType);
17// NOLINTEND
18
19} // namespace PlayJumpSoundSystem
Definition TickingSystemWithInfo.h:11