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