Cleanup: Remove redundant prototype name specifications (#35793)
* Remove redundant prototype name specifications * These can stay
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Maps;
|
||||
/// <summary>
|
||||
/// Prototype that holds a pool of maps that can be indexed based on the map pool CCVar.
|
||||
/// </summary>
|
||||
[Prototype("gameMapPool"), PublicAPI]
|
||||
[Prototype, PublicAPI]
|
||||
public sealed partial class GameMapPoolPrototype : IPrototype
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
|
||||
Reference in New Issue
Block a user