Make all prototype types partial (#21374)
This commit is contained in:
@@ -4,7 +4,7 @@ using Robust.Shared.Prototypes;
|
||||
namespace Content.Shared.Roles
|
||||
{
|
||||
[Prototype("startingGear")]
|
||||
public sealed class StartingGearPrototype : IPrototype
|
||||
public sealed partial class StartingGearPrototype : IPrototype
|
||||
{
|
||||
[DataField]
|
||||
public Dictionary<string, EntProtoId> Equipment = new();
|
||||
|
||||
Reference in New Issue
Block a user