9 lines
186 B
C#
9 lines
186 B
C#
|
|
using Content.Shared.Standing;
|
|||
|
|
using Content.Shared.Standing.Systems;
|
|||
|
|
|
|||
|
|
namespace Content.Client.Standing;
|
|||
|
|
|
|||
|
|
public sealed class StandingStateSystem : SharedStandingStateSystem
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|