using JetBrains.Annotations; namespace Content.Shared.Throwing; /// /// Raised on thrown entity. /// [PublicAPI] [ByRefEvent] public readonly record struct ThrownEvent(EntityUid? User, EntityUid Thrown);