mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-02 18:17:09 +02:00
8 lines
132 B
C#
8 lines
132 B
C#
using Robust.Shared.GameObjects;
|
|
|
|
namespace Robust.Server.GameObjects;
|
|
|
|
public sealed partial class EyeSystem : SharedEyeSystem
|
|
{
|
|
}
|