Delta-v/Content.Server/Ninja/Events/BatteryChangedEvent.cs

8 lines
238 B
C#

namespace Content.Server.Ninja.Events;
/// <summary>
/// Raised on the ninja when the suit has its powercell changed.
/// </summary>
[ByRefEvent]
public record struct NinjaBatteryChangedEvent(EntityUid Battery, EntityUid BatteryHolder);