mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-16 21:08:28 +00:00
...
This commit is contained in:
parent
d167b39d49
commit
ae5dc1f0e1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace SanAndreasUnity.Behaviours
|
|||
public partial class Ped {
|
||||
|
||||
[SerializeField] private float m_enterVehicleRadius = 2.0f;
|
||||
public float EnterVehicleRadius { get { return m_enterVehicleRadius; } set { m_enterVehicleRadius = value; } }
|
||||
public float EnterVehicleRadius { get { return PedManager.Instance.enterVehicleRadius; } }
|
||||
|
||||
public Vehicle CurrentVehicle {
|
||||
get {
|
||||
|
|
Loading…
Add table
Reference in a new issue