mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 11:40:52 +01:00
8 lines
120 B
C#
8 lines
120 B
C#
namespace Robust.Shared.GameObjects
|
|
{
|
|
public abstract class SharedUserInterfaceSystem : EntitySystem
|
|
{
|
|
|
|
}
|
|
}
|