Files
tbd-station-14/Content.Client/Projectiles/ProjectileComponent.cs
2022-07-09 13:46:11 +10:00

9 lines
235 B
C#

using Content.Shared.Projectiles;
namespace Content.Client.Projectiles
{
[RegisterComponent]
[ComponentReference(typeof(SharedProjectileComponent))]
public sealed class ProjectileComponent : SharedProjectileComponent {}
}