Я скучаю так очень, забери меня срочно

This commit is contained in:
Remuchi
2024-03-28 00:13:42 +07:00
parent 1076530ad8
commit fa18556a8f
34 changed files with 246 additions and 304 deletions

View File

@@ -70,8 +70,8 @@ public sealed partial class ShuttleSystem
/// </summary>
private const int FTLProximityIterations = 3;
private readonly HashSet<EntityUid> _lookupEnts = [];
private readonly HashSet<EntityUid> _immuneEnts = [];
private readonly HashSet<EntityUid> _lookupEnts = new() { };
private readonly HashSet<EntityUid> _immuneEnts = new() { };
private EntityQuery<BodyComponent> _bodyQuery;
private EntityQuery<BuckleComponent> _buckleQuery;