namespace Content.Server.Explosion.Components; /// /// calls the trigger when the object is initialized /// [RegisterComponent] public sealed partial class TriggerOnSpawnComponent : Component { }