Make all prototype types partial (#21374)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Content.Shared.NameIdentifier;
|
||||
|
||||
[Prototype("nameIdentifierGroup")]
|
||||
public sealed class NameIdentifierGroupPrototype : IPrototype
|
||||
public sealed partial class NameIdentifierGroupPrototype : IPrototype
|
||||
{
|
||||
[IdDataField]
|
||||
public string ID { get; private set; } = default!;
|
||||
|
||||
Reference in New Issue
Block a user