fish-station/Content.Server/Telescope/TelescopeSystem.cs
haiwwkes 40568a243c
lay down + scope (#476)
* remove old system

* new scope, new laying
2024-10-11 11:52:39 +03:00

5 lines
134 B
C#

using Content.Shared.Telescope;
namespace Content.Server.Telescope;
public sealed class TelescopeSystem : SharedTelescopeSystem;