9 lines
235 B
C#
9 lines
235 B
C#
using Content.Shared.Projectiles;
|
|
|
|
namespace Content.Client.Projectiles
|
|
{
|
|
[RegisterComponent]
|
|
[ComponentReference(typeof(SharedProjectileComponent))]
|
|
public sealed class ProjectileComponent : SharedProjectileComponent {}
|
|
}
|