SpawnEntityTableOnTrigger (#39909)

* commit

* comment

* empty

* better xform

---------

Co-authored-by: iaada <iaada@users.noreply.github.com>
This commit is contained in:
āda
2025-09-10 11:59:42 -05:00
committed by GitHub
parent ebfcddc62f
commit f7e3a2f881
4 changed files with 78 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ namespace Content.Shared.Trigger.Components.Effects;
/// Spawns a protoype when triggered.
/// If TargetUser is true it will be spawned at their location.
/// </summary>
/// <seealso cref="SpawnEntityTableOnTriggerComponent"/>
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
public sealed partial class SpawnOnTriggerComponent : BaseXOnTriggerComponent
{