LeviLamina
Loading...
Searching...
No Matches
StorePlatform.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class StorePlatform : int {
6 Unknown = 0,
7 Windows = 1,
8 XboxOneLegacy = 2,
9 AppleStore = 3,
10 GooglePlay = 4,
11 Amazon = 5,
12 Oculus = 6,
13 OneStore = 7,
14 External = 8,
15 Switch = 9,
16 PlayStation = 10,
17 WindowsOneStore = 11,
18 PlatformCount = 12,
19};