Make all prototype types partial (#21374)
This commit is contained in:
@@ -6,7 +6,7 @@ using Robust.Shared.Prototypes;
|
||||
namespace Content.Server.Holiday
|
||||
{
|
||||
[Prototype("holiday")]
|
||||
public sealed class HolidayPrototype : IPrototype
|
||||
public sealed partial class HolidayPrototype : IPrototype
|
||||
{
|
||||
[DataField("name")] public string Name { get; private set; } = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user