6
StarHorizon_Public/Content.Shared/_RMC14/Wieldable/Events/RefreshWieldSlowdownCompensationEvent.cs
2026-01-24 12:49:55 +03:00

11 lines
246 B
C#

using Content.Shared.Inventory;
namespace Content.Shared._RMC14.Wieldable;
[ByRefEvent]
public record struct RefreshWieldSlowdownCompensationEvent(
SlotFlags TargetSlots,
float Walk = 0f,
float Sprint = 0f
) : IInventoryRelayEvent;