Сообщения в ПДА (#564)
* add: Сообщения в ПДА * Search bar and colors in messages on the PDA
This commit is contained in:
@@ -2,6 +2,7 @@ using Robust.Shared.Prototypes;
|
||||
using Robust.Shared.GameStates;
|
||||
using Content.Shared.Access.Components;
|
||||
using Content.Shared.Containers.ItemSlots;
|
||||
using Content.Shared.Roles;
|
||||
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
|
||||
|
||||
namespace Content.Shared.PDA
|
||||
@@ -37,6 +38,8 @@ namespace Content.Shared.PDA
|
||||
[ViewVariables] public bool FlashlightOn;
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)] public string? OwnerName;
|
||||
[ViewVariables(VVAccess.ReadWrite)] public string? OwnerJob; // WD EDIT
|
||||
[ViewVariables(VVAccess.ReadWrite)] public string? OwnerDepartment; // WD EDIT
|
||||
[ViewVariables] public string? StationName;
|
||||
[ViewVariables] public string? StationAlertLevel;
|
||||
[ViewVariables] public Color StationAlertColor = Color.White;
|
||||
|
||||
Reference in New Issue
Block a user