2023-08-24 21:05:56 +03:00
|
|
|
using Content.Shared.Projectiles;
|
|
|
|
|
|
2024-01-28 18:37:24 +07:00
|
|
|
namespace Content.Shared._White.Crossbow;
|
2023-08-24 21:05:56 +03:00
|
|
|
|
|
|
|
|
[ByRefEvent]
|
|
|
|
|
public readonly record struct EmbedStartEvent(EmbeddableProjectileComponent Embed);
|
|
|
|
|
|
|
|
|
|
public sealed class EmbedRemovedEvent : EntityEventArgs
|
|
|
|
|
{
|
|
|
|
|
}
|