2023-09-27 16:41:07 -07:00
|
|
|
namespace Content.Shared.Morgue.Components;
|
2022-07-13 19:11:59 -04:00
|
|
|
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class EntityStorageLayingDownOverrideComponent : Component
|
2022-07-13 19:11:59 -04:00
|
|
|
{
|
|
|
|
|
}
|