fish-station/Content.Server/LandMines/LandMineComponent.cs

6 lines
122 B
C#

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