fish-station/Content.Client/Cargo/CargoTelepadComponent.cs
metalgearsloth 334568dad2
ECS cargo telepad and cleanup (#6450)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
2022-02-15 15:01:45 +11:00

10 lines
203 B
C#

using Content.Shared.Cargo.Components;
using Robust.Shared.GameObjects;
namespace Content.Client.Cargo;
[RegisterComponent]
public sealed class CargoTelepadComponent : SharedCargoTelepadComponent
{
}