mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
* spawn on trigger, or trigger on spawn? * fixes * fix? * revert * fixes * Update admin_triggers.yml * pip (cherry picked from commit 1505f5b82001a138574d2555cc212e24a11a8e0b)
10 lines
218 B
C#
10 lines
218 B
C#
namespace Content.Server.Explosion.Components;
|
|
|
|
/// <summary>
|
|
/// calls the trigger when the object is initialized
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class TriggerOnSpawnComponent : Component
|
|
{
|
|
}
|