mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-03 18:47:10 +02:00
8 lines
120 B
C#
8 lines
120 B
C#
namespace Robust.Shared.GameObjects
|
|
{
|
|
public abstract class SharedUserInterfaceSystem : EntitySystem
|
|
{
|
|
|
|
}
|
|
}
|