using Content.Shared.Actions; namespace Content.Shared._CP14.ZLevel; /// /// Should be relayed upon using the action. /// public sealed partial class CP14ZLevelActionUp : InstantActionEvent { } /// /// Should be relayed upon using the action. /// public sealed partial class CP14ZLevelActionDown : InstantActionEvent { }