targettins toggle option
This commit is contained in:
@@ -159,6 +159,13 @@ public partial class SROptions
|
||||
}
|
||||
}
|
||||
|
||||
[Category("Combat")]
|
||||
public bool TargetLock
|
||||
{
|
||||
get { return Player.Instance.gameObject.GetComponent<AutoTargetting>().autoLockSelectedTarget; }
|
||||
set { Player.Instance.gameObject.GetComponent<AutoTargetting>().autoLockSelectedTarget = value; }
|
||||
}
|
||||
|
||||
[Category("Stats")]
|
||||
[DisplayName("Stamina Regen Rate")]
|
||||
[Increment(0.1f)] // Optional attribute for SRDebugger slider/buttons
|
||||
|
||||
Reference in New Issue
Block a user