18 lines
278 B
C#
18 lines
278 B
C#
using System.Collections.Generic;
|
|
using SGModule.GooglePay;
|
|
using SGModule.ConfigLoader;
|
|
|
|
namespace BallKingdomCrush
|
|
{
|
|
|
|
|
|
[ConfigKey("applePay")]
|
|
|
|
public class ApplePay
|
|
{
|
|
public int id;
|
|
public string payKey;
|
|
public string sku;
|
|
}
|
|
|
|
} |