Firstborn/Library/PackageCache/com.unity.ads@3.7.5/Runtime/Monetization/Store.cs

18 lines
303 B
C#
Raw Normal View History

2023-03-28 13:24:16 -04:00
namespace UnityEngine.Monetization
{
public enum Store
{
NotSpecified,
GooglePlay,
AmazonAppStore,
CloudMoolah,
SamsungApps,
XiaomiMiPay,
MacAppStore,
AppleAppStore,
WinRT,
TizenStore,
FacebookStore
}
}