Cleanup: Remove redundant prototype name specifications (#35793)
* Remove redundant prototype name specifications * These can stay
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Content.Server.Maps;
|
||||
/// Forks should not directly edit existing parts of this class.
|
||||
/// Make a new partial for your fancy new feature, it'll save you time later.
|
||||
/// </remarks>
|
||||
[Prototype("gameMap"), PublicAPI]
|
||||
[Prototype, PublicAPI]
|
||||
[DebuggerDisplay("GameMapPrototype [{ID} - {MapName}]")]
|
||||
public sealed partial class GameMapPrototype : IPrototype
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user