Cleanup: Remove redundant prototype name specifications (#35793)
* Remove redundant prototype name specifications * These can stay
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Shared.Roles
|
||||
/// <summary>
|
||||
/// Describes information for a single job on the station.
|
||||
/// </summary>
|
||||
[Prototype("job")]
|
||||
[Prototype]
|
||||
public sealed partial class JobPrototype : IPrototype
|
||||
{
|
||||
[ViewVariables]
|
||||
|
||||
Reference in New Issue
Block a user