fix:1、删除sdk相关。2、添加tips界面,修复bug
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace GoogleMobileAds.Editor
|
||||
{
|
||||
public class EditorLocalizationData
|
||||
{
|
||||
// First key: the localization key. Second key: the language to lookup. Value: the resulting
|
||||
// localization.
|
||||
public Dictionary<string, Dictionary<string, string>> LocalizationsByKey { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user