Kara
2023-01-06 17:13:22 -06:00
committed by GitHub
parent d491980407
commit 7fcec9e3bc
3 changed files with 8 additions and 2 deletions

View File

@@ -5,5 +5,11 @@ namespace Content.Server.Explosion.Components
{
[DataField("fixtureID", required: true)]
public string FixtureID = String.Empty;
/// <summary>
/// Doesn't trigger if the other colliding fixture is nonhard.
/// </summary>
[DataField("ignoreOtherNonHard")]
public bool IgnoreOtherNonHard = true;
}
}