8 lines
168 B
C#
8 lines
168 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared.Standing;
|
|
|
|
[NetworkedComponent, RegisterComponent]
|
|
public sealed partial class FallComponent : Component
|
|
{
|
|
};
|