Delta-v/Content.Server/LandMines/LandMineComponent.cs

9 lines
191 B
C#

namespace Content.Server.LandMines;
[RegisterComponent]
public sealed class LandMineComponent : Component
{
[DataField("deleteOnActivate")]
public bool DeleteOnActivate = true;
}