Allow PKA to gather (#16250)

This commit is contained in:
metalgearsloth
2023-05-11 23:19:08 +10:00
committed by GitHub
parent eea9a216b3
commit 5daa1e7dec
5 changed files with 61 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
namespace Content.Server.Gatherable.Components;
/// <summary>
/// Destroys a gatherable entity when colliding with it.
/// </summary>
[RegisterComponent]
public sealed class GatheringProjectileComponent : Component
{
}