Files
tbd-station-14/Content.Server/Fluids/Components/FootstepTrackComponent.cs
2023-04-10 15:37:03 +10:00

8 lines
125 B
C#

namespace Content.Server.Fluids.Components;
[RegisterComponent]
public sealed class FootstepTrackComponent : Component
{
}