Merge pull request #139 from frosty-dev/sprite-for-station-records
[фича] Отображение спрайта в консоли учетов
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Content.Shared.Preferences;
|
||||
using Robust.Shared.Enums;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
@@ -77,4 +78,9 @@ public sealed class GeneralStationRecord
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public string? DNA;
|
||||
|
||||
/// <sumary>
|
||||
/// HumanoidCharacterProfile
|
||||
/// </sumary>
|
||||
[ViewVariables] public HumanoidCharacterProfile? Profile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user