2022-06-24 17:44:30 +10:00
|
|
|
using Content.Shared.Actions;
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Movement.Events;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Raised on a jetpack whenever it is toggled.
|
|
|
|
|
/// </summary>
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class ToggleJetpackEvent : InstantActionEvent {}
|