Make all prototype types partial (#21374)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Shared.Random;
|
||||
/// Random weighting dataset for solutions, able to specify reagents quantity.
|
||||
/// </summary>
|
||||
[Prototype("weightedRandomFillSolution")]
|
||||
public sealed class WeightedRandomFillSolutionPrototype : IPrototype
|
||||
public sealed partial class WeightedRandomFillSolutionPrototype : IPrototype
|
||||
{
|
||||
[IdDataField] public string ID { get; } = default!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user