fish-station/Content.Shared/Standing/FallComponent.cs
2025-04-21 10:30:45 +03:00

8 lines
168 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Standing;
[NetworkedComponent, RegisterComponent]
public sealed partial class FallComponent : Component
{
};