狗屎Minimax坏我代码

This commit is contained in:
SoulliesOfficial
2026-04-18 13:57:19 -04:00
parent 41140a2017
commit 7379583165
473 changed files with 34480 additions and 8069 deletions

View File

@@ -1,10 +1,5 @@
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
#if UNITY_EDITOR
#if UNITY_EDITOR
using UnityEditor;
using UnityEngine.Serialization;
#endif
using SickscoreGames.HUDNavigationSystem;

View File

@@ -14,6 +14,6 @@ AssetOrigin:
serializedVersion: 1
productId: 103056
packageName: HUD Navigation System
packageVersion: 2.2.0
assetPath: Assets/Sickscore Games/HUD-Navigation-System/Scripts/Prefabs/Editor/HNSCompassBarPrefabEditor.cs
uploadId: 382610
packageVersion: 3.0.0
assetPath: Assets/OtherPlugins/HUD-Navigation-System/Scripts/Prefabs/Editor/HNSCompassBarPrefabEditor.cs
uploadId: 884440

View File

@@ -1,10 +1,5 @@
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
#if UNITY_EDITOR
#if UNITY_EDITOR
using UnityEditor;
using UnityEngine.Serialization;
#endif
using SickscoreGames.HUDNavigationSystem;

View File

@@ -14,6 +14,6 @@ AssetOrigin:
serializedVersion: 1
productId: 103056
packageName: HUD Navigation System
packageVersion: 2.2.0
assetPath: Assets/Sickscore Games/HUD-Navigation-System/Scripts/Prefabs/Editor/HNSIndicatorPrefabEditor.cs
uploadId: 382610
packageVersion: 3.0.0
assetPath: Assets/OtherPlugins/HUD-Navigation-System/Scripts/Prefabs/Editor/HNSIndicatorPrefabEditor.cs
uploadId: 884440

View File

@@ -1,10 +1,5 @@
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
#if UNITY_EDITOR
#if UNITY_EDITOR
using UnityEditor;
using UnityEngine.Serialization;
#endif
using SickscoreGames.HUDNavigationSystem;

View File

@@ -14,6 +14,6 @@ AssetOrigin:
serializedVersion: 1
productId: 103056
packageName: HUD Navigation System
packageVersion: 2.2.0
assetPath: Assets/Sickscore Games/HUD-Navigation-System/Scripts/Prefabs/Editor/HNSMinimapPrefabEditor.cs
uploadId: 382610
packageVersion: 3.0.0
assetPath: Assets/OtherPlugins/HUD-Navigation-System/Scripts/Prefabs/Editor/HNSMinimapPrefabEditor.cs
uploadId: 884440

View File

@@ -1,10 +1,6 @@
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
using UnityEngine.Serialization;
#endif
using SickscoreGames.HUDNavigationSystem;

View File

@@ -14,6 +14,6 @@ AssetOrigin:
serializedVersion: 1
productId: 103056
packageName: HUD Navigation System
packageVersion: 2.2.0
assetPath: Assets/Sickscore Games/HUD-Navigation-System/Scripts/Prefabs/Editor/HNSPrefabBaseEditor.cs
uploadId: 382610
packageVersion: 3.0.0
assetPath: Assets/OtherPlugins/HUD-Navigation-System/Scripts/Prefabs/Editor/HNSPrefabBaseEditor.cs
uploadId: 884440

View File

@@ -1,10 +1,5 @@
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
#if UNITY_EDITOR
#if UNITY_EDITOR
using UnityEditor;
using UnityEngine.Serialization;
#endif
using SickscoreGames.HUDNavigationSystem;

View File

@@ -14,6 +14,6 @@ AssetOrigin:
serializedVersion: 1
productId: 103056
packageName: HUD Navigation System
packageVersion: 2.2.0
assetPath: Assets/Sickscore Games/HUD-Navigation-System/Scripts/Prefabs/Editor/HNSRadarPrefabEditor.cs
uploadId: 382610
packageVersion: 3.0.0
assetPath: Assets/OtherPlugins/HUD-Navigation-System/Scripts/Prefabs/Editor/HNSRadarPrefabEditor.cs
uploadId: 884440

View File

@@ -1,8 +1,5 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine;
using UnityEngine.UI;
using SickscoreGames;
namespace SickscoreGames.HUDNavigationSystem
{
@@ -16,7 +13,7 @@ namespace SickscoreGames.HUDNavigationSystem
[Header("Distance Text")]
[Tooltip("Assign the distance text component.")]
public Text DistanceText;
public HNSTextReference DistanceText;
#endregion

View File

@@ -15,6 +15,6 @@ AssetOrigin:
serializedVersion: 1
productId: 103056
packageName: HUD Navigation System
packageVersion: 2.2.0
assetPath: Assets/Sickscore Games/HUD-Navigation-System/Scripts/Prefabs/HNSCompassBarPrefab.cs
uploadId: 382610
packageVersion: 3.0.0
assetPath: Assets/OtherPlugins/HUD-Navigation-System/Scripts/Prefabs/HNSCompassBarPrefab.cs
uploadId: 884440

View File

@@ -1,8 +1,5 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine;
using UnityEngine.UI;
using SickscoreGames;
namespace SickscoreGames.HUDNavigationSystem
{
@@ -26,9 +23,9 @@ namespace SickscoreGames.HUDNavigationSystem
[Header("Distance Text")]
[Tooltip("(optional) Assign an onscreen distance text component.")]
public Text OnscreenDistanceText;
public HNSTextReference OnscreenDistanceText;
[Tooltip("(optional) Assign an offscreen distance text component.")]
public Text OffscreenDistanceText;
public HNSTextReference OffscreenDistanceText;
#endregion

View File

@@ -15,6 +15,6 @@ AssetOrigin:
serializedVersion: 1
productId: 103056
packageName: HUD Navigation System
packageVersion: 2.2.0
assetPath: Assets/Sickscore Games/HUD-Navigation-System/Scripts/Prefabs/HNSIndicatorPrefab.cs
uploadId: 382610
packageVersion: 3.0.0
assetPath: Assets/OtherPlugins/HUD-Navigation-System/Scripts/Prefabs/HNSIndicatorPrefab.cs
uploadId: 884440

View File

@@ -1,8 +1,5 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine;
using UnityEngine.UI;
using SickscoreGames;
namespace SickscoreGames.HUDNavigationSystem
{

View File

@@ -15,6 +15,6 @@ AssetOrigin:
serializedVersion: 1
productId: 103056
packageName: HUD Navigation System
packageVersion: 2.2.0
assetPath: Assets/Sickscore Games/HUD-Navigation-System/Scripts/Prefabs/HNSMinimapPrefab.cs
uploadId: 382610
packageVersion: 3.0.0
assetPath: Assets/OtherPlugins/HUD-Navigation-System/Scripts/Prefabs/HNSMinimapPrefab.cs
uploadId: 884440

View File

@@ -1,9 +1,6 @@
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using SickscoreGames;
namespace SickscoreGames.HUDNavigationSystem
{

View File

@@ -15,6 +15,6 @@ AssetOrigin:
serializedVersion: 1
productId: 103056
packageName: HUD Navigation System
packageVersion: 2.2.0
assetPath: Assets/Sickscore Games/HUD-Navigation-System/Scripts/Prefabs/HNSPrefab.cs
uploadId: 382610
packageVersion: 3.0.0
assetPath: Assets/OtherPlugins/HUD-Navigation-System/Scripts/Prefabs/HNSPrefab.cs
uploadId: 884440

View File

@@ -1,8 +1,5 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine;
using UnityEngine.UI;
using SickscoreGames;
namespace SickscoreGames.HUDNavigationSystem
{

View File

@@ -15,6 +15,6 @@ AssetOrigin:
serializedVersion: 1
productId: 103056
packageName: HUD Navigation System
packageVersion: 2.2.0
assetPath: Assets/Sickscore Games/HUD-Navigation-System/Scripts/Prefabs/HNSRadarPrefab.cs
uploadId: 382610
packageVersion: 3.0.0
assetPath: Assets/OtherPlugins/HUD-Navigation-System/Scripts/Prefabs/HNSRadarPrefab.cs
uploadId: 884440