Allow PKA to gather (#16250)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user