b486678290
Library -Artifacts
18 lines
303 B
C#
18 lines
303 B
C#
namespace UnityEngine.Monetization
|
|
{
|
|
public enum Store
|
|
{
|
|
NotSpecified,
|
|
GooglePlay,
|
|
AmazonAppStore,
|
|
CloudMoolah,
|
|
SamsungApps,
|
|
XiaomiMiPay,
|
|
MacAppStore,
|
|
AppleAppStore,
|
|
WinRT,
|
|
TizenStore,
|
|
FacebookStore
|
|
}
|
|
}
|