Files
OldThink/Content.Server/Changeling/Objectives/Components/EscapeWithIdentityConditionComponent.cs

8 lines
165 B
C#
Raw Normal View History

namespace Content.Server.Changeling.Objectives.Components;
[RegisterComponent]
public sealed partial class EscapeWithIdentityConditionComponent : Component
{
}