Cleanup: Remove redundant prototype name specifications (#35793)
* Remove redundant prototype name specifications * These can stay
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Content.Shared.Random;
|
||||
/// <summary>
|
||||
/// Generic random weighting dataset to use.
|
||||
/// </summary>
|
||||
[Prototype("weightedRandom")]
|
||||
[Prototype]
|
||||
public sealed partial class WeightedRandomPrototype : IWeightedRandomPrototype
|
||||
{
|
||||
[IdDataField]
|
||||
|
||||
Reference in New Issue
Block a user