11 lines
275 B
C#
11 lines
275 B
C#
// New Frontiers - This file is licensed under AGPLv3
|
|
// Copyright (c) 2024 New Frontiers Contributors
|
|
// See AGPLv3.txt for details.
|
|
|
|
namespace Content.Server._NF.Station.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class StationDampeningComponent : Component
|
|
{
|
|
}
|