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

7 lines
155 B
C#
Raw Normal View History

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