6
StarHorizon_Public/Content.Shared/PowerCell/PowerCellSlotEmptyEvent.cs
2026-01-24 12:49:55 +03:00

8 lines
224 B
C#

namespace Content.Shared.PowerCell;
/// <summary>
/// Raised directed on an entity when its active power cell has no more charge to supply.
/// </summary>
[ByRefEvent]
public readonly record struct PowerCellSlotEmptyEvent;