LeviLamina
Loading...
Searching...
No Matches
SoundType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace PlayJumpSoundSystem {
6
7enum class SoundType : int {
8 NormalJump = 0,
9 PowerJump = 1,
10};
11
12}