| 
									
										
										
										
											2022-05-23 13:39:59 +00:00
										 |  |  |  | using System.Collections; | 
					
						
							|  |  |  |  | using System.Collections.Generic; | 
					
						
							|  |  |  |  | using UnityEngine; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | public partial class Const | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |     public static class AdsEvent | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         public const string Guide = "Guide"; | 
					
						
							|  |  |  |  |         public const string LevelEnter = "Level_Enter"; | 
					
						
							|  |  |  |  |         public const string SpeedUp = "Speedboost_Activate"; | 
					
						
							|  |  |  |  |         public const string ClickBook = "Click_Handbook"; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         public const string NoAdsClick = "NoAds_Click"; | 
					
						
							|  |  |  |  |         public const string NoAdsSuccess = "NoAds_Success"; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     public static class AdsKey | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         public const string GuideStep = "Guide_Step"; | 
					
						
							| 
									
										
										
										
											2022-05-27 16:11:06 +00:00
										 |  |  |  |         public const string Level = "Level"; | 
					
						
							| 
									
										
										
										
											2022-05-23 13:39:59 +00:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |         public const string IAP = "IAP"; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     public static class AdsValue | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         //iv | 
					
						
							|  |  |  |  |         public const string GameSuccess = "Game_Success"; | 
					
						
							|  |  |  |  |         public const string GameFailure = "Game_Failure"; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         //rv | 
					
						
							|  |  |  |  |         public const string GetHuman = "Get_Human"; | 
					
						
							|  |  |  |  |         public const string GetMonster = "Get_Monster"; | 
					
						
							|  |  |  |  |         public const string GetCoin = "Get_Coin"; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         //click IAP | 
					
						
							|  |  |  |  |         public const string IAPButton = "IAP_Button"; | 
					
						
							|  |  |  |  |         public const string IAPPop = "IAP_Pop"; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | } |