1
0

ToggleJetpackEvent.cs 222 B

12345678
  1. using Content.Shared.Actions;
  2. namespace Content.Shared.Movement.Events;
  3. /// <summary>
  4. /// Raised on a jetpack whenever it is toggled.
  5. /// </summary>
  6. public sealed partial class ToggleJetpackEvent : InstantActionEvent {}