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.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