diff --git a/Content.Server/White/Other/CustomFluffSystems/merkka/CustomCatExamineComponent.cs b/Content.Server/White/Other/CustomFluffSystems/merkka/CustomCatExamineComponent.cs index dbe2bd0847..c360b8980f 100644 --- a/Content.Server/White/Other/CustomFluffSystems/merkka/CustomCatExamineComponent.cs +++ b/Content.Server/White/Other/CustomFluffSystems/merkka/CustomCatExamineComponent.cs @@ -1,7 +1,7 @@ namespace Content.Server.White.Other.CustomFluffSystems.merkka; [RegisterComponent] -public sealed class CustomCatExamineComponent : Component +public sealed partial class CustomCatExamineComponent : Component { public string? CatOwner; }