OnTriggerCollide Bug fix (#8467)

* ez gg dubskis

* meteor

* Update meteors.yml
This commit is contained in:
EmoGarbage404
2022-05-26 21:18:57 -04:00
committed by GitHub
parent c0d1700b97
commit 57639943a0
4 changed files with 7 additions and 1 deletions

View File

@@ -3,5 +3,7 @@ namespace Content.Server.Explosion.Components
[RegisterComponent]
public sealed class TriggerOnCollideComponent : Component
{
[DataField("fixtureID", required: true)]
public string FixtureID = String.Empty;
}
}