Change `GetPryTimeModifierEvent.BaseTime` to the TimeSpan (#40419)

* Cleanup

* Update
This commit is contained in:
Winkarst-cpu
2025-09-17 16:03:51 +03:00
committed by GitHub
parent 599b962234
commit 0dd1733998
3 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ public record struct GetPryTimeModifierEvent
{
public readonly EntityUid User;
public float PryTimeModifier = 1.0f;
public float BaseTime = 5.0f;
public TimeSpan BaseTime = TimeSpan.FromSeconds(5);
public GetPryTimeModifierEvent(EntityUid user)
{