mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 03:53:04 +00:00
fix errors
This commit is contained in:
parent
e8b5b0f479
commit
13897954d5
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ namespace SanAndreasUnity.Behaviours.Peds.AI
|
|||
|
||||
public object ParameterForEnteringState { get; set; }
|
||||
|
||||
public float LastTimeWhenActivated { get; set; } = 0f;
|
||||
public float LastTimeWhenDeactivated { get; set; } = 0f;
|
||||
public double LastTimeWhenActivated { get; set; } = 0;
|
||||
public double LastTimeWhenDeactivated { get; set; } = 0;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue