Power cell slot QOL (#15373)
This commit is contained in:
7
Content.Server/PowerCell/PowerCellSlotEmptyEvent.cs
Normal file
7
Content.Server/PowerCell/PowerCellSlotEmptyEvent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user