13 lines
240 B
C#
13 lines
240 B
C#
using Content.Shared._CP14.Workplace;
|
|
|
|
namespace Content.Server._CP14.Workplace;
|
|
|
|
public sealed partial class CP14WorkplaceSystem : CP14SharedWorkplaceSystem
|
|
{
|
|
public override void Initialize()
|
|
{
|
|
base.Initialize();
|
|
|
|
}
|
|
}
|