fixes in dash and autotargetting after testing on the device
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user