BatteryChangedEvent.cs 247 B

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