Files
RobustToolbox/Robust.Client/GameObjects/EntitySystems/GridFixtureSystem.cs
2021-08-16 21:06:31 +02:00

10 lines
157 B
C#

using Robust.Shared.GameObjects;
namespace Robust.Client.GameObjects
{
internal sealed class GridFixtureSystem : SharedGridFixtureSystem
{
}
}