- add: TelescopeSystem. (#273)

This commit is contained in:
Aviu00
2024-04-06 21:31:51 +09:00
committed by GitHub
parent 6f6f259e12
commit d8570b8bda
5 changed files with 173 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
namespace Content.Server._White.Telescope;
public sealed class TelescopeSystem : EntitySystem
{
}