Files
tbd-station-14/Content.Server/PowerCell/PowerCellSlotEmptyEvent.cs
2023-04-23 12:25:12 +10:00

8 lines
224 B
C#

namespace Content.Server.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;