LeviLamina
Loading...
Searching...
No Matches
ProductType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
ProductType :
int
{
6
Game = 0,
7
Application = 1,
8
Durable = 2,
9
Consumable = 3,
10
UnmanagedConsumable = 4,
11
Subscription = 5,
12
Unknown = 6,
13
};
src
mc
client
store
iap
ProductType.h
Generated on Sat Apr 26 2025 05:55:22 for LeviLamina by
1.12.0