mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-02 10:07:15 +02:00
10 lines
159 B
C#
10 lines
159 B
C#
using Robust.Shared.GameObjects;
|
|
|
|
namespace Robust.Server.GameObjects
|
|
{
|
|
public sealed partial class TransformSystem : SharedTransformSystem
|
|
{
|
|
|
|
}
|
|
}
|