protected void CloseStandartBack()
 {
     SpiralEditor.EndPanel();
 }
 public static void DrawLanguageSelect()
 {
     SpiralEditor.BeginPanel(GroupType.Vertical);
     language = (Language)EditorGUILayout.EnumPopup(strLocal, language);
     SpiralEditor.EndPanel();
 }