Fix prototypes so they pass analyzer checks (#35435)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Shared.Random;
|
||||
/// Generic random weighting dataset to use.
|
||||
/// </summary>
|
||||
[Prototype("weightedRandom")]
|
||||
public sealed class WeightedRandomPrototype : IWeightedRandomPrototype
|
||||
public sealed partial class WeightedRandomPrototype : IWeightedRandomPrototype
|
||||
{
|
||||
[IdDataField]
|
||||
public string ID { get; private set; } = default!;
|
||||
|
||||
Reference in New Issue
Block a user