Команда для отправки цели для станции (#21)

* Команда для отправки цели для станции

* Правки

(cherry picked from commit 93a79c4952e3a75c32ff5cc4d07df4018a9bf7db)
This commit is contained in:
BIGZi0348
2024-10-20 19:42:12 +03:00
committed by keslik
parent ee48b35f33
commit 5654c92678
11 changed files with 560 additions and 1 deletions

View File

@@ -59,6 +59,14 @@ public sealed partial class FaxMachineComponent : Component
[DataField]
public bool ReceiveNukeCodes { get; set; } = false;
/// <summary>
/// WD ENGI EXCLUSIVE.
/// Should that fax receive station goal info
/// </summary>
[ViewVariables(VVAccess.ReadWrite)]
[DataField("receiveStationGoal")]
public bool ReceiveStationGoal { get; set; } = false;
/// <summary>
/// Sound to play when fax has been emagged
/// </summary>