Files
tbd-station-14/Content.Shared/Spawners/TimedDespawnEvent.cs
2023-04-10 15:37:03 +10:00

8 lines
192 B
C#

namespace Content.Shared.Spawners;
/// <summary>
/// Raised directed on an entity when its timed despawn is over.
/// </summary>
[ByRefEvent]
public readonly record struct TimedDespawnEvent;