mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 14:07:53 +03:00
* #1462 extracted MapGrid's HasGravity property to separate Content component * #1462 - PR suggestions * Merge to master Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
10 lines
143 B
C#
10 lines
143 B
C#
using Content.Shared.Gravity;
|
|
|
|
namespace Content.Client.Gravity
|
|
{
|
|
internal sealed class GravitySystem : SharedGravitySystem
|
|
{
|
|
|
|
}
|
|
}
|