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

9 lines
145 B
C#

using Robust.Shared.GameObjects;
namespace Content.Shared.Cargo.Components;
public abstract class SharedCargoTelepadComponent : Component
{
}