Files
Cielonos/Assets/OtherPlugins/HUD-Navigation-System/Scripts/Prefabs/Editor/HNSMinimapPrefabEditor.cs

21 lines
390 B
C#
Raw Normal View History

2025-11-25 08:19:33 -05:00
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
using UnityEngine.Serialization;
#endif
using SickscoreGames.HUDNavigationSystem;
[CustomEditor(typeof(HNSMinimapPrefab))]
public class HNSMinimapPrefabEditor : HNSPrefabBaseEditor
{
#region Variables
#endregion
#region Main Methods
#endregion
}