6
2025-12-13 13:46:17 +03:00

8 lines
247 B
C#

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