PowerCellSlotEmptyEvent.cs 224 B

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