фикс GhostThemeComponent

This commit is contained in:
VigersRay 2024-08-15 06:49:35 +03:00
parent 49082954a1
commit fd11019b28

View file

@ -6,6 +6,7 @@ namespace Content.Shared._Sunrise.GhostTheme;
public sealed partial class GhostThemeComponent: Component
{
[ViewVariables(VVAccess.ReadOnly)]
[DataField, AutoNetworkedField]
public string? GhostTheme;
}