16 lines
		
	
	
		
			528 B
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			528 B
		
	
	
	
		
			C#
		
	
	
	
| 
								 | 
							
								/// <summary>
							 | 
						|||
| 
								 | 
							
								/// 统一定义游戏内打点事件名称
							 | 
						|||
| 
								 | 
							
								/// </summary>
							 | 
						|||
| 
								 | 
							
								public static partial class StaticStringsEvent
							 | 
						|||
| 
								 | 
							
								{
							 | 
						|||
| 
								 | 
							
								    // stage
							 | 
						|||
| 
								 | 
							
								    public const string Event_Sort_stage_start = "stage_start";
							 | 
						|||
| 
								 | 
							
								    public const string Event_Sort_stage_time = "stage_time";
							 | 
						|||
| 
								 | 
							
								    public const string Event_Sort_stage_failure = "stage_failure";
							 | 
						|||
| 
								 | 
							
								    public const string Event_Sort_stage_success = "stage_success";
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								    public const string Event_Sort_stage_level = "stage_level";
							 | 
						|||
| 
								 | 
							
								    public const string Event_Sort_time_long = "time_long";
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
								}
							 |