Cache CanMove (#7480)
This commit is contained in:
@@ -10,6 +10,7 @@ namespace Content.Shared.Movement.Components
|
||||
public bool IgnorePaused => false;
|
||||
public float CurrentWalkSpeed => 0f;
|
||||
public float CurrentSprintSpeed => 0f;
|
||||
public bool CanMove { get; set; } = true;
|
||||
|
||||
public Angle LastGridAngle { get => Angle.Zero; set {} }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user