Speed Boots [Tier 3 Civ-Service] (#21438)
* Speed Boots * validate * monkey
This commit is contained in:
7
Content.Shared/PowerCell/PowerCellSlotEmptyEvent.cs
Normal file
7
Content.Shared/PowerCell/PowerCellSlotEmptyEvent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user