maint: created new scene for demoing. cleaned up errors.

This commit is contained in:
Chris
2025-08-31 15:36:10 -04:00
parent 170a08355c
commit 5924479307
19 changed files with 4388 additions and 63265 deletions

View File

@@ -26,10 +26,6 @@ public interface ILockOnTarget {
return reticlePosition;
}
public void OnEnable(){
Debug.Log("hewwo");
}
public void SafelyDeleteTarget(){
// gameObject.
foreach (LockOnManager.ActiveLockOnTarget target in LockOnManager.Instance.activeTargets) {