#if UNITY_EDITOR using UnityEditor; #endif using SickscoreGames.HUDNavigationSystem; [CustomEditor(typeof(HNSMinimapPrefab))] public class HNSMinimapPrefabEditor : HNSPrefabBaseEditor { #region Variables #endregion #region Main Methods #endregion }