2023-11-07 20:25:43 -05:00
|
|
|
namespace Content.Shared.PowerCell;
|
2023-04-23 12:25:12 +10:00
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Raised directed on an entity when its active power cell has no more charge to supply.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[ByRefEvent]
|
|
|
|
|
public readonly record struct PowerCellSlotEmptyEvent;
|