TriggerOnSpawn + Admin toys (#23999)

* spawn on trigger, or trigger on spawn?

* fixes

* fix?

* revert

* fixes

* Update admin_triggers.yml

* pip
This commit is contained in:
Ed
2024-01-24 01:25:25 +03:00
committed by GitHub
parent 1f851fbea0
commit 1505f5b820
3 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace Content.Server.Explosion.Components;
/// <summary>
/// calls the trigger when the object is initialized
/// </summary>
[RegisterComponent]
public sealed partial class TriggerOnSpawnComponent : Component
{
}