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