Files
OldThink/Content.Server/_White/Other/RandomHumanSystem/RandomHumanComponent.cs

7 lines
143 B
C#

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