Files
crystall-punk-14/Content.Shared/Spawners/TimedDespawnEvent.cs

8 lines
192 B
C#
Raw Normal View History

2023-04-10 15:37:03 +10:00
namespace Content.Shared.Spawners;
/// <summary>
/// Raised directed on an entity when its timed despawn is over.
/// </summary>
[ByRefEvent]
public readonly record struct TimedDespawnEvent;