11 lines
221 B
C#
11 lines
221 B
C#
namespace Content.Server.Gatherable.Components;
|
|
|
|
/// <summary>
|
|
/// Destroys a gatherable entity when colliding with it.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed class GatheringProjectileComponent : Component
|
|
{
|
|
|
|
}
|