Files
OldThink/Content.Server/_White/Other/ExamineSystem/ExaminableClothesComponent.cs

7 lines
145 B
C#

namespace Content.Server._White.Other.ExamineSystem;
[RegisterComponent]
public sealed partial class ExaminableClothesComponent : Component
{
}