| 
									
										
										
										
											2022-07-04 11:17:39 +00:00
										 |  |  |  | using System.Collections; | 
					
						
							|  |  |  |  | using System.Collections.Generic; | 
					
						
							|  |  |  |  | using UnityEngine; | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | namespace Touka | 
					
						
							|  |  |  |  | { | 
					
						
							|  |  |  |  |     public static class TKGStringConst | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     } | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     public static class TKGStringEvent | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         public const string Event_Sort_TKGInner_ad_button_show = "ad_button_show";      // ad button show | 
					
						
							|  |  |  |  |         public const string Event_Type_TKGInner_ad_position = "ad_position";        // ad position | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     } | 
					
						
							| 
									
										
										
										
											2022-09-09 14:35:49 +00:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |     public static class TKGStringPlayerPrefs | 
					
						
							|  |  |  |  |     { | 
					
						
							|  |  |  |  |         public const string TOUKA_PREFIX = "Touka_"; | 
					
						
							|  |  |  |  |     } | 
					
						
							| 
									
										
										
										
											2022-07-04 11:17:39 +00:00
										 |  |  |  | } |