From 642b571252442782003c3a4debe014049601ddad Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Tue, 14 Jan 2025 20:01:13 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=D1=8B=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=20NET=209?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Server/Vampire/VampireSystem.Abilities.cs | 6 ------ Content.Shared/_Sunrise/Disease/VaccinatorComponent.cs | 2 +- .../_Sunrise/Footprints/FootprintsSerializables.cs | 6 +++--- .../Content.Sunrise.Interfaces.Client.csproj | 2 +- .../Content.Sunrise.Interfaces.Server.csproj | 2 +- .../Content.Sunrise.Interfaces.Shared.csproj | 2 +- 6 files changed, 7 insertions(+), 13 deletions(-) diff --git a/Content.Server/Vampire/VampireSystem.Abilities.cs b/Content.Server/Vampire/VampireSystem.Abilities.cs index ce6b139902e..2512f9ef9b3 100644 --- a/Content.Server/Vampire/VampireSystem.Abilities.cs +++ b/Content.Server/Vampire/VampireSystem.Abilities.cs @@ -4,8 +4,6 @@ using Content.Server.Flash.Components; using Content.Server.Speech.Components; using Content.Server.Storage.Components; -using Content.Server.Store.Components; -using Content.Shared.Actions; using Content.Server.Objectives.Components; using Content.Shared.Bed.Sleep; using Content.Shared.Body.Components; @@ -16,7 +14,6 @@ using Content.Shared.Database; using Content.Shared.DoAfter; using Content.Shared.FixedPoint; -using Content.Shared.Flash; using Content.Shared.Humanoid; using Content.Shared.Interaction; using Content.Shared.Mobs; @@ -25,13 +22,10 @@ using Content.Shared.Polymorph; using Content.Shared.Prying.Components; using Content.Shared.Stealth.Components; -using Content.Shared.Store.Events; -using Content.Shared.Store.Components; using Content.Shared.Stunnable; using Content.Shared.Vampire; using Content.Shared.Vampire.Components; using Content.Shared.Weapons.Melee; -using FastAccessors; using Robust.Shared.Audio; using Robust.Shared.Containers; using Robust.Shared.Utility; diff --git a/Content.Shared/_Sunrise/Disease/VaccinatorComponent.cs b/Content.Shared/_Sunrise/Disease/VaccinatorComponent.cs index 0751864ce4c..a3a6f196da6 100644 --- a/Content.Shared/_Sunrise/Disease/VaccinatorComponent.cs +++ b/Content.Shared/_Sunrise/Disease/VaccinatorComponent.cs @@ -35,7 +35,7 @@ public sealed partial class VaccinatorComponent : Component [DataField, AutoNetworkedField] public SoundSpecifier? MixingSound; - [DataField] + [ViewVariables] public Entity? MixingSoundEntity; /// diff --git a/Content.Shared/_Sunrise/Footprints/FootprintsSerializables.cs b/Content.Shared/_Sunrise/Footprints/FootprintsSerializables.cs index d72fd5754ec..8919233a894 100644 --- a/Content.Shared/_Sunrise/Footprints/FootprintsSerializables.cs +++ b/Content.Shared/_Sunrise/Footprints/FootprintsSerializables.cs @@ -28,7 +28,7 @@ public sealed partial class FootprintComponent : Component /// /// Reference to the solution component containing reagents /// - [DataField] + [ViewVariables] public Entity? SolutionContainer; [DataField] @@ -145,13 +145,13 @@ public sealed partial class FootprintEmitterComponent : Component [ViewVariables(VVAccess.ReadOnly), DataField] public string FootsSolutionName = "foots"; - [ViewVariables(VVAccess.ReadOnly), DataField] + [ViewVariables] public Entity? FootsSolution; [ViewVariables(VVAccess.ReadOnly), DataField] public string BodySurfaceSolutionName = "body_surface"; - [ViewVariables(VVAccess.ReadOnly), DataField] + [ViewVariables] public Entity? BodySurfaceSolution; [ViewVariables(VVAccess.ReadWrite)] diff --git a/Sunrise/Content.Sunrise.Interfaces.Client/Content.Sunrise.Interfaces.Client.csproj b/Sunrise/Content.Sunrise.Interfaces.Client/Content.Sunrise.Interfaces.Client.csproj index 792b49fe447..9b0a44b0b6c 100644 --- a/Sunrise/Content.Sunrise.Interfaces.Client/Content.Sunrise.Interfaces.Client.csproj +++ b/Sunrise/Content.Sunrise.Interfaces.Client/Content.Sunrise.Interfaces.Client.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 enable enable diff --git a/Sunrise/Content.Sunrise.Interfaces.Server/Content.Sunrise.Interfaces.Server.csproj b/Sunrise/Content.Sunrise.Interfaces.Server/Content.Sunrise.Interfaces.Server.csproj index e378e2a4c5a..23217f80018 100644 --- a/Sunrise/Content.Sunrise.Interfaces.Server/Content.Sunrise.Interfaces.Server.csproj +++ b/Sunrise/Content.Sunrise.Interfaces.Server/Content.Sunrise.Interfaces.Server.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 enable enable diff --git a/Sunrise/Content.Sunrise.Interfaces.Shared/Content.Sunrise.Interfaces.Shared.csproj b/Sunrise/Content.Sunrise.Interfaces.Shared/Content.Sunrise.Interfaces.Shared.csproj index 5c1a9adff90..e9826af0935 100644 --- a/Sunrise/Content.Sunrise.Interfaces.Shared/Content.Sunrise.Interfaces.Shared.csproj +++ b/Sunrise/Content.Sunrise.Interfaces.Shared/Content.Sunrise.Interfaces.Shared.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 enable enable