Files
OldThink/Content.Server/_White/Other/CustomFluffSystems/merkka/CustomCatExamineComponent.cs

8 lines
185 B
C#

namespace Content.Server._White.Other.CustomFluffSystems.merkka;
[RegisterComponent]
public sealed partial class CustomCatExamineComponent : Component
{
public string? CatOwner;
}