2026-04-18 13:57:19 -04:00
|
|
|
|
#if UNITY_EDITOR
|
2025-11-25 08:19:33 -05:00
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
namespace SickscoreGames.HUDNavigationSystem
|
|
|
|
|
|
{
|
|
|
|
|
|
public static class HNS
|
|
|
|
|
|
{
|
|
|
|
|
|
#region Static Variables
|
|
|
|
|
|
public const string PublisherName = "Sickscore Games";
|
|
|
|
|
|
public const string Name = "HUD Navigation System";
|
2026-04-18 13:57:19 -04:00
|
|
|
|
public const string Version = "v3.0.0";
|
2025-11-25 08:19:33 -05:00
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#region Static Methods
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|