Make all prototype types partial (#21374)
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Server.GameTicking.Rules;
|
||||
|
||||
/*
|
||||
[Prototype("gameRule")]
|
||||
public sealed class GameRulePrototype : IPrototype
|
||||
public sealed partial class GameRulePrototype : IPrototype
|
||||
{
|
||||
[IdDataField]
|
||||
public string ID { get; private set; } = default!;
|
||||
|
||||
Reference in New Issue
Block a user