Files
Cielonos/Assets/OtherPlugins/HUD-Navigation-System/Scripts/Prefabs/Editor/HNSMinimapPrefabEditor.cs
2026-04-18 13:57:19 -04:00

16 lines
259 B
C#

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