7 lines
150 B
C#
7 lines
150 B
C#
namespace Content.Shared.Morgue.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class EntityStorageLayingDownOverrideComponent : Component
|
|
{
|
|
}
|