Files
tbd-station-14/Content.Shared/Projectiles/EmbeddableProjectileComponent.cs
2023-05-27 14:15:15 +10:00

13 lines
271 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Weapons.Ranged.Components;
/// <summary>
/// Embeds this entity inside of the hit target.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed class EmbeddableProjectileComponent : Component
{
}