| 
									
										
										
										
											2022-07-04 11:17:39 +00:00
										 |  |  |  | using System.Collections; | 
					
						
							|  |  |  |  | using System.Collections.Generic; | 
					
						
							|  |  |  |  | using UnityEngine; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | namespace MMO | 
					
						
							|  |  |  |  | { | 
					
						
							| 
									
										
										
										
											2022-09-09 14:35:49 +00:00
										 |  |  |  |     public static class MMOEventID | 
					
						
							| 
									
										
										
										
											2022-07-04 11:17:39 +00:00
										 |  |  |  |     { | 
					
						
							| 
									
										
										
										
											2022-09-09 14:35:49 +00:00
										 |  |  |  |         public const string RobloxSubmit = "Roblox_Submit"; | 
					
						
							|  |  |  |  |         public const string RobloxLater = "Roblox_Later"; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         public const string RobuxAction = "Robux_Action"; | 
					
						
							|  |  |  |  |         public const string UserType = "User_type"; | 
					
						
							|  |  |  |  |         public const string UserGender = "User_Gender"; | 
					
						
							|  |  |  |  |         public const string InviteAction = "Invite_Action"; | 
					
						
							|  |  |  |  |         public const string InviteNum = "Invite_num"; | 
					
						
							|  |  |  |  |         public const string ResultPage = "Result_Page"; | 
					
						
							|  |  |  |  |         public const string InstallRV = "Install_rv"; | 
					
						
							|  |  |  |  |         public const string ClaimSkin = "Claim_skin"; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     public static class MMOEventKey | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         public const string Redeem = "Redeem"; | 
					
						
							|  |  |  |  |         public const string UserType = "Usertype"; | 
					
						
							|  |  |  |  |         public const string Gender = "Gender"; | 
					
						
							|  |  |  |  |         public const string Invite = "Invite"; | 
					
						
							|  |  |  |  |         public const string AcceptNum = "Accept_Num"; | 
					
						
							|  |  |  |  |         public const string SuccessNum = "Success_Num"; | 
					
						
							|  |  |  |  |         public const string Result = "Result"; | 
					
						
							|  |  |  |  |         public const string InstallRV = "Install_rv"; | 
					
						
							|  |  |  |  |         public const string ClaimSkin = "skinClaim"; | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     public static class MMOEventValue | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         //Robux Action | 
					
						
							| 
									
										
										
										
											2022-07-04 11:17:39 +00:00
										 |  |  |  |         public const string EnterMMO = "Robux_Enter"; | 
					
						
							| 
									
										
										
										
											2022-09-09 14:35:49 +00:00
										 |  |  |  |         public const string DailyBonus = "Daily_Bonus"; | 
					
						
							| 
									
										
										
										
											2022-07-04 11:17:39 +00:00
										 |  |  |  |         public const string NameSubmit = "Name_Submit"; | 
					
						
							| 
									
										
										
										
											2022-09-09 14:35:49 +00:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |         //User Type | 
					
						
							|  |  |  |  |         public const string Organic = "Organic"; | 
					
						
							|  |  |  |  |         public const string With_Submit = "With_Submit"; | 
					
						
							|  |  |  |  |         public const string No_Submit = "No_Submit"; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         //User Gender | 
					
						
							|  |  |  |  |         public const string Male = "Male"; | 
					
						
							|  |  |  |  |         public const string Female = "Female"; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         //Invite Action | 
					
						
							|  |  |  |  |         public const string Code_Copy = "Code_Copy"; | 
					
						
							|  |  |  |  |         public const string Code_Share = "Code_Share"; | 
					
						
							|  |  |  |  |         public const string Code_Enter = "Code_Enter"; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         //Result Page | 
					
						
							|  |  |  |  |         public const string Normal_Get = "Normal_Get"; | 
					
						
							|  |  |  |  |         public const string More_Get = "Get_More"; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         //Install RV | 
					
						
							|  |  |  |  |         public const string Yes = "Yes"; | 
					
						
							|  |  |  |  |         public const string No = "No"; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         //Claim Skin | 
					
						
							|  |  |  |  |         public const string Normal_Claim = "Normal_Claim"; | 
					
						
							|  |  |  |  |         public const string Double_Claim = "Double_Claim"; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         //Rv Pos | 
					
						
							|  |  |  |  |         public const string RvGetSkin = "RV_Roblox_GetSkin"; | 
					
						
							|  |  |  |  |         public const string RvDoubleSkin = "RV_Roblox_DoubleSkin"; | 
					
						
							|  |  |  |  |         public const string RvGetTask = "RV_Roblox_GetTask"; | 
					
						
							|  |  |  |  |         public const string RvBonus = "RV_Roblox_Bonus"; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |         //Iv Pos | 
					
						
							|  |  |  |  |         public const string IvBonus = "IV_Roblox_Bonus"; | 
					
						
							| 
									
										
										
										
											2022-07-04 11:17:39 +00:00
										 |  |  |  |     } | 
					
						
							|  |  |  |  | } |