8 lines
192 B
C#
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;
|