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