Files
OldThink/Content.Client/Standing/StandingStateSystem.cs
Spatison 8deece0091 Фикс лежания (#430)
* Fix

* commit

* clear

* commit

* / WD EDIT
2024-07-10 16:26:50 +03:00

10 lines
187 B
C#

using Content.Shared.Standing;
using Content.Shared.Standing.Systems;
namespace Content.Client.Standing;
public sealed class StandingStateSystem : SharedStandingStateSystem
{
}