Files
tbd-station-14/Content.Server/LandMines/LandMineComponent.cs

7 lines
114 B
C#

namespace Content.Server.LandMines;
[RegisterComponent]
public sealed class LandMineComponent : Component
{
}