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

16 lines
265 B
C#
Raw Normal View History

2026-04-18 13:57:19 -04:00
#if UNITY_EDITOR
2025-11-25 08:19:33 -05:00
using UnityEditor;
#endif
using SickscoreGames.HUDNavigationSystem;
[CustomEditor(typeof(HNSCompassBarPrefab))]
public class HNSCompassBarPrefabEditor : HNSPrefabBaseEditor
{
#region Variables
#endregion
#region Main Methods
#endregion
}