Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Shared.Access;
|
||||
[Prototype("accessGroup")]
|
||||
public sealed class AccessGroupPrototype : IPrototype
|
||||
{
|
||||
[IdDataFieldAttribute]
|
||||
[IdDataField]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
[DataField("tags", required: true, customTypeSerializer:typeof(PrototypeIdHashSetSerializer<AccessLevelPrototype>))]
|
||||
|
||||
Reference in New Issue
Block a user