mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 03:50:54 +01:00
@@ -21,7 +21,7 @@ public sealed partial class ProximityDetectorComponent : Component
|
||||
/// Note: RequireAll is only supported for tags, all components are required to count as a match!
|
||||
/// </summary>
|
||||
[DataField( required: true), AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public EntityWhitelist Criteria = default!;
|
||||
public EntityWhitelist Criteria = new();
|
||||
|
||||
/// <summary>
|
||||
/// Found Entity
|
||||
|
||||
Reference in New Issue
Block a user