18 lines
366 B
C#
18 lines
366 B
C#
using Content.Shared.Actions;
|
|
|
|
namespace Content.Shared._CP14.ZLevel;
|
|
|
|
/// <summary>
|
|
/// Should be relayed upon using the action.
|
|
/// </summary>
|
|
public sealed partial class CP14ZLevelActionUp : InstantActionEvent
|
|
{
|
|
}
|
|
|
|
/// <summary>
|
|
/// Should be relayed upon using the action.
|
|
/// </summary>
|
|
public sealed partial class CP14ZLevelActionDown : InstantActionEvent
|
|
{
|
|
}
|