Cleanup: Remove redundant prototype name specifications (#35793)
* Remove redundant prototype name specifications * These can stay
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Shared.Access;
|
||||
/// Contains a list of access tags that are part of this group.
|
||||
/// Used by <see cref="AccessComponent"/> to avoid boilerplate.
|
||||
/// </summary>
|
||||
[Prototype("accessGroup")]
|
||||
[Prototype]
|
||||
public sealed partial class AccessGroupPrototype : IPrototype
|
||||
{
|
||||
[IdDataField]
|
||||
|
||||
Reference in New Issue
Block a user