Files

8 lines
184 B
C#
Raw Permalink Normal View History

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