LeviLamina
Loading...
Searching...
No Matches
UIOfferControlId.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace sdl {
6
7enum class UIOfferControlId : uint {
8 Generic = 0,
9 Persona = 1,
10 ThumbnailOnly = 2,
11 Count = 3,
12 ShowMoreButton = 4,
13 PersonaShowMoreButton = 5,
14 Padding = 6,
15};
16
17}