10 lines
143 B
C#
10 lines
143 B
C#
|
|
using Content.Shared.Gravity;
|
||
|
|
|
||
|
|
namespace Content.Client.Gravity
|
||
|
|
{
|
||
|
|
internal sealed class GravitySystem : SharedGravitySystem
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|