mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
13 lines
238 B
C#
13 lines
238 B
C#
using Content.Shared.Gravity;
|
|
|
|
namespace Content.Client.Gravity;
|
|
|
|
public sealed partial class GravitySystem : SharedGravitySystem
|
|
{
|
|
public override void Initialize()
|
|
{
|
|
base.Initialize();
|
|
InitializeShake();
|
|
}
|
|
}
|