2023-02-26 07:44:30 -05:00
|
|
|
|
using Content.Shared.Storage.Components;
|
|
|
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Content.Client.Storage.Components;
|
|
|
|
|
|
|
2023-08-31 22:29:11 +10:00
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
|
public sealed partial class EntityStorageComponent : SharedEntityStorageComponent
|
2023-02-26 07:44:30 -05:00
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
}
|