Files
tbd-station-14/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

11 lines
203 B
C#

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