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