Files
OldThink/Content.Server/Fluids/Components/FootstepTrackComponent.cs

8 lines
125 B
C#
Raw Normal View History

2023-04-10 15:37:03 +10:00
namespace Content.Server.Fluids.Components;
[RegisterComponent]
public sealed class FootstepTrackComponent : Component
{
}