Delta-v/Content.Client/Projectiles/ProjectileComponent.cs

9 lines
235 B
C#

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