HKI Core
DateEditor.cs
Go to the documentation of this file.
1 using UnityEngine;
2 using UnityEditor;
3 
4 namespace HKI.Core.Variables.Editor
5 {
6  [CustomEditor(typeof(Date))]
7  public class DateEditor : HKIVarGenericEditor<DayMonthYear>
8  {
9 
10  }
11 }
This is the standard custom inspector for all HKIVars