mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 14:52:35 +02:00
6 lines
143 B
C#
6 lines
143 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Robust.Server.GameStates;
|
|
|
|
public sealed partial class ServerChunkEntitySystem : ChunkEntitySystem;
|