fixes in dash and autotargetting after testing on the device

This commit is contained in:
2025-05-19 13:54:25 +02:00
parent 247f3e8050
commit cf0e8e0723
10 changed files with 2040 additions and 2176 deletions

View File

@@ -159,7 +159,7 @@ namespace Beyond
public float CurrentHealth => m_vController.currentHealth;
public float MaxHealth => m_vController.MaxHealth;
public AutoTargetting AutoTarget { get; internal set; }
public AutoTargetting AutoTarget => m_autoTargetting;
private AutoTargetting m_autoTargetting;
private void Awake()