24 lines
		
	
	
		
			524 B
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			524 B
		
	
	
	
		
			C#
		
	
	
	
| 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
 | |
| 
 | |
|     }
 | |
| 
 | |
|     public static class TKGStringPlayerPrefs
 | |
|     {
 | |
|         public const string TOUKA_PREFIX = "Touka_";
 | |
|     }
 | |
| } |