10 lines
197 B
C#
10 lines
197 B
C#
|
|
using Content.Shared._Amour.CustomHeight;
|
|||
|
|
using Robust.Server.GameObjects;
|
|||
|
|
|
|||
|
|
namespace Content.Server._Amour.CustomHeight;
|
|||
|
|
|
|||
|
|
public sealed class CustomHeightSystem : SharedCustomHeightSystem
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|