1
0

TriggerOnSpawnComponent.cs 218 B

123456789
  1. namespace Content.Server.Explosion.Components;
  2. /// <summary>
  3. /// calls the trigger when the object is initialized
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class TriggerOnSpawnComponent : Component
  7. {
  8. }