Files
OldThink/Content.Client/Standing/StandingStateSystem.cs
Remuchi 9565de0262 [Feat&Fix] Система лежания (#288)
* лежать

* лучше так сделать

* - remove: Gravity is fine.

* - add: Hit moving lying targets.

* - tweak: Lie down insted of stun on FTL.

* - fix: Fix double component.

* - remove: Disable recoil.

---------

Co-authored-by: Aviu00 <aviu00@protonmail.com>
2024-04-22 18:14:23 +03:00

9 lines
186 B
C#

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