Fix prototypes so they pass analyzer checks (#35435)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Shared.Random;
|
||||
/// Linter-friendly version of weightedRandom for Ore prototypes.
|
||||
/// </summary>
|
||||
[Prototype("weightedRandomOre")]
|
||||
public sealed class WeightedRandomOrePrototype : IWeightedRandomPrototype
|
||||
public sealed partial class WeightedRandomOrePrototype : IWeightedRandomPrototype
|
||||
{
|
||||
[IdDataField]
|
||||
public string ID { get; private set; } = default!;
|
||||
|
||||
Reference in New Issue
Block a user