LeviLamina
Loading...
Searching...
No Matches
SoundDirection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class SoundDirection : int {
6 Center = 0,
7 Left = 1,
8 Right = 2,
9};