mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 11:40:52 +01:00
10 lines
157 B
C#
10 lines
157 B
C#
using Robust.Shared.GameObjects;
|
|
|
|
namespace Robust.Client.GameObjects
|
|
{
|
|
internal sealed class GridFixtureSystem : SharedGridFixtureSystem
|
|
{
|
|
|
|
}
|
|
}
|