Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Content.Shared.Body.Prototypes
|
||||
[Prototype("metabolismGroup")]
|
||||
public sealed class MetabolismGroupPrototype : IPrototype
|
||||
{
|
||||
[IdDataFieldAttribute]
|
||||
[IdDataField]
|
||||
public string ID { get; } = default!;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace Content.Shared.Body.Prototypes
|
||||
[Prototype("metabolizerType")]
|
||||
public sealed class MetabolizerTypePrototype : IPrototype
|
||||
{
|
||||
[IdDataFieldAttribute]
|
||||
[IdDataField]
|
||||
public string ID { get; } = default!;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user