LeviLamina
Loading...
Searching...
No Matches
RealmsOfferType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class RealmsOfferType : int {
6 OfferConsumable = 0,
7 OfferSubscription = 1,
8};