Ведь без тебя нет смысла жить

This commit is contained in:
Remuchi
2024-03-28 00:35:43 +07:00
parent fa18556a8f
commit face21c33a
8 changed files with 28 additions and 54 deletions

View File

@@ -30,7 +30,7 @@ public sealed class VoidTeleportSystem : EntitySystem
[Dependency] private readonly TransformSystem _transform = default!;
[Dependency] private readonly PointLightSystem _pointLight = default!;
[Dependency] private readonly PullingSystem _pulling = default!;
[Dependency] private readonly RobustRandom _random = default!;
[Dependency] private readonly IRobustRandom _random = default!;
public override void Initialize()
{