2021-06-09 22:19:39 +02:00
|
|
|
using Content.Shared.Projectiles;
|
2020-07-02 23:24:27 +02:00
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
namespace Content.Client.Projectiles
|
2020-07-02 23:24:27 +02:00
|
|
|
{
|
|
|
|
|
[RegisterComponent]
|
2021-05-30 23:30:44 +10:00
|
|
|
[ComponentReference(typeof(SharedProjectileComponent))]
|
2022-07-09 13:46:11 +10:00
|
|
|
public sealed class ProjectileComponent : SharedProjectileComponent {}
|
2020-07-02 23:24:27 +02:00
|
|
|
}
|