Files
crystall-punk-14/Content.Shared/_CP14/ZLevel/ZLevelActions.cs
Ed bec8d7a7d4 Ghost z-levels move actions + mapping z-levels combine command (#654)
* some setup

* fast ghost zlevels-moving

* zlevel combine command for mapping
2024-12-09 20:39:46 +03:00

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
{
}