Files
OldThink/Content.Shared/_White/Cult/Components/DeleteOnDropAttemptComponent.cs

9 lines
201 B
C#
Raw Permalink Normal View History

namespace Content.Shared._White.Cult.Components;
[RegisterComponent]
public sealed partial class DeleteOnDropAttemptComponent : Component
{
[DataField]
public string Message = string.Empty;
}