10 lines
		
	
	
		
			210 B
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			210 B
		
	
	
	
		
			C#
		
	
	
	
|  | /// <summary> | ||
|  | /// 统一定义本地缓存变量的key | ||
|  | /// </summary> | ||
|  | public static partial class StaticStringsPlayerPrefs { | ||
|  | 
 | ||
|  |     public static string SavePlayerPrefsSampleKey = "SavePlayerPrefsSampleKey"; | ||
|  | 
 | ||
|  | 
 | ||
|  | } |