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