fix:1、添加arrow的游戏代码,和相关的周边功能
This commit is contained in:
@@ -16,6 +16,8 @@ public static class ADEventTrack
|
||||
public static readonly string VipLive = TrackEvent.Register("vip_live");
|
||||
public static readonly string VipSecretAlbums = TrackEvent.Register("vip_secret_albums");
|
||||
public static readonly string Coinsbuy = TrackEvent.Register("coins_buy");
|
||||
public static readonly string WithdrawEvent = TrackEvent.Register("withdraw_behavior");
|
||||
|
||||
public static class Property
|
||||
{
|
||||
#region +1盒子
|
||||
@@ -154,7 +156,14 @@ public static class ADEventTrack
|
||||
public static readonly string WatchAdNumber = TrackProperty.Register("WatchAdNumber");
|
||||
public static readonly string FinishAdNumber = TrackProperty.Register("FinishAdNumber");
|
||||
|
||||
|
||||
public static readonly string WithdrawMessage = TrackProperty.Register("WithdrawMessage");
|
||||
public static readonly string WithdrawCash = TrackProperty.Register("WithdrawCash");
|
||||
|
||||
#region 储钱罐
|
||||
public static readonly string withdraw_cash1 = TrackProperty.Register("withdraw_cash1");
|
||||
public static readonly string withdraw_cash2 = TrackProperty.Register("withdraw_cash2");
|
||||
public static readonly string withdraw_cash3 = TrackProperty.Register("withdraw_cash3");
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user