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

16 lines
265 B
C#

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