Files

8 lines
185 B
C#
Raw Permalink Normal View History

namespace Content.Server._White.Other.CustomFluffSystems.merkka;
2023-05-11 08:23:29 +06:00
[RegisterComponent]
2024-01-17 10:10:07 +03:00
public sealed partial class CustomCatExamineComponent : Component
2023-05-11 08:23:29 +06:00
{
public string? CatOwner;
}