HKI Core
LanguageEditor.cs
Go to the documentation of this file.
1 using UnityEngine;
2 using UnityEditor;
4 
5 namespace HKI.Core.Loc.Editor
6 {
10  [CustomEditor(typeof(Language))]
11  public class LanguageEditor : HKIVarGenericEditor<SystemLanguage>
12  {
13 
14  }
15 }
This is the standard custom inspector for all HKIVars
Custom inspector for the Language class.