Example #1
0
 public override void OnInspectorGUI()
 {
     n = (LevelsNode)target;
     if (n != null)
     {
         n.DrawInspector();
     }
 }