diff --git a/Content.Server/Store/Conditions/BuyerDepartmentCondition.cs b/Content.Server/Store/Conditions/BuyerDepartmentCondition.cs index 788764ce95..6d7f50f2c4 100644 --- a/Content.Server/Store/Conditions/BuyerDepartmentCondition.cs +++ b/Content.Server/Store/Conditions/BuyerDepartmentCondition.cs @@ -11,7 +11,7 @@ namespace Content.Server.Store.Conditions; /// Allows a store entry to be filtered out based on the user's job. /// Supports both blacklists and whitelists /// -public sealed class BuyerDepartmentCondition : ListingCondition +public sealed partial class BuyerDepartmentCondition : ListingCondition { /// /// A whitelist of department prototypes that can purchase this listing. Only one needs to be found. diff --git a/Content.Shared/Weapons/Reflect/ReflectUserComponent.cs b/Content.Shared/Weapons/Reflect/ReflectUserComponent.cs index bcb450c759..44fe60813e 100644 --- a/Content.Shared/Weapons/Reflect/ReflectUserComponent.cs +++ b/Content.Shared/Weapons/Reflect/ReflectUserComponent.cs @@ -7,7 +7,7 @@ namespace Content.Shared.Weapons.Reflect; /// Reflection events will then be relayed. /// [RegisterComponent, NetworkedComponent] -public sealed class ReflectUserComponent : Component +public sealed partial class ReflectUserComponent : Component { }