Files
tbd-station-14/Content.Server/LandMines/LandMineComponent.cs
2022-06-01 01:39:06 -07:00

9 lines
191 B
C#

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