13 lines
257 B
C#
13 lines
257 B
C#
using Content.Shared._NF.Cargo;
|
|
|
|
namespace Content.Client._NF.Cargo.Systems;
|
|
|
|
public sealed partial class NFCargoSystem : SharedNFCargoSystem
|
|
{
|
|
public override void Initialize()
|
|
{
|
|
base.Initialize();
|
|
InitializeCargoTelepad();
|
|
}
|
|
}
|