From 3cc06ee2381b9c4172b67699cf6130ee32f5d120 Mon Sep 17 00:00:00 2001 From: Aviu00 Date: Tue, 23 Jan 2024 12:59:33 +0300 Subject: [PATCH] Partial class --- .../AspectsSystem/Aspects/Components/PresentAspectComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/White/AspectsSystem/Aspects/Components/PresentAspectComponent.cs b/Content.Server/White/AspectsSystem/Aspects/Components/PresentAspectComponent.cs index 840c198d4e..09ad0f2b0e 100644 --- a/Content.Server/White/AspectsSystem/Aspects/Components/PresentAspectComponent.cs +++ b/Content.Server/White/AspectsSystem/Aspects/Components/PresentAspectComponent.cs @@ -1,6 +1,6 @@ namespace Content.Server.White.AspectsSystem.Aspects.Components; [RegisterComponent] -public sealed class PresentAspectComponent : Component +public sealed partial class PresentAspectComponent : Component { }