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]
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace Content.Shared.Access
|
||||
/// <summary>
|
||||
/// Defines a single access level that can be stored on ID cards and checked for.
|
||||
/// </summary>
|
||||
[Prototype("accessLevel")]
|
||||
[Prototype]
|
||||
public sealed partial class AccessLevelPrototype : IPrototype
|
||||
{
|
||||
[ViewVariables]
|
||||
|
||||
Reference in New Issue
Block a user