示例#1
0
 private void CreateExportTSVWindow()
 {
     if (GUILayout.Button("ExportTSV"))
     {
         LocalizationUtils.ExportTSV();
     }
 }