6
StarHorizon_Public/Content.Server/Cargo/Components/CargoPalletConsoleComponent.cs
2026-01-24 12:49:55 +03:00

10 lines
313 B
C#

using Content.Server.Cargo.Systems;
using Content.Shared.Stacks;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
namespace Content.Server.Cargo.Components;
[RegisterComponent]
[Access(typeof(CargoSystem))]
public sealed partial class CargoPalletConsoleComponent : Component;