Handheld Mass Scanner (#25526)

* handheld

* Update meta.json

* Update meta.json

* Update cargo.yml

* research

* add to borg

* bruh

* borg to T2

* fix
This commit is contained in:
Ed
2024-02-27 02:19:51 +03:00
committed by GitHub
parent 79df39ed94
commit 7a5f81ddb4
13 changed files with 137 additions and 13 deletions

View File

@@ -19,4 +19,10 @@ public sealed partial class RadarConsoleComponent : Component
[DataField, AutoNetworkedField]
public float MaxRange = 256f;
/// <summary>
/// If true, the radar will be centered on the entity. If not - on the grid on which it is located.
/// </summary>
[DataField]
public bool FollowEntity = false;
}