修改包名
This commit is contained in:
@@ -101,8 +101,8 @@ namespace ChillConnect
|
||||
isGameStart = true;
|
||||
|
||||
TrackKit.TrackLoginFunnel(LoginFunnelEventType.EnterHall);
|
||||
Debug.Log("?????????????????" + PurchasingManager.GetPaySku(PayType.pack_reward));
|
||||
Debug.Log(JsonConvert.SerializeObject(ConfigSystem.GetConfig<ApplePayModel>().DataList));
|
||||
// Debug.Log("?????????????????" + PurchasingManager.GetPaySku(PayType.pack_reward));
|
||||
// Debug.Log(JsonConvert.SerializeObject(ConfigSystem.GetConfig<ApplePayModel>().DataList));
|
||||
// bool enterGame = CommonHelper.GetBoolByChance(ConfigSystem.GetConfig<CommonModel>().roomrate / 100f);
|
||||
// if (GameHelper.IsGiftSwitch() && enterGame)
|
||||
// {
|
||||
|
||||
@@ -11,12 +11,12 @@ namespace ChillConnect
|
||||
#endif
|
||||
public const string DomainRelease = "chillconnect.fun";
|
||||
//is debug test--------
|
||||
public const string DomainDebugUrl = @"https://sandbox-api.swhitegames.tech/api/";
|
||||
public const string DomainDebugUrl = @"https://api.jsoncompare.online/";
|
||||
public static readonly string DomainReleaseUrl = $"https://{DomainRelease}/api/";
|
||||
|
||||
public static bool isWatchedAD = false;
|
||||
|
||||
public const string identifier = "com.funksharkgame.ballcrushbest";
|
||||
public const string identifier = "com.matchgame.captaindicedubloons";
|
||||
private LoginSystem loginSystem;
|
||||
private ConfigSystem configSystem;
|
||||
private PlayDataSystem playDataSystem;
|
||||
|
||||
Reference in New Issue
Block a user