Files
crystall-punk-14/Content.Server/_CP14/Alchemy/Components/CP14MortarComponent.cs

14 lines
326 B
C#
Raw Permalink Normal View History

namespace Content.Server._CP14.Alchemy;
[RegisterComponent, Access(typeof(CP14AlchemyExtractionSystem))]
public sealed partial class CP14MortarComponent : Component
{
[DataField(required: true)]
public string Solution = string.Empty;
[DataField(required: true)]
public string ContainerId = string.Empty;
}