Make all prototype types partial (#21374)
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Content.Server.Atmos.Reactions
|
||||
}
|
||||
|
||||
[Prototype("gasReaction")]
|
||||
public sealed class GasReactionPrototype : IPrototype
|
||||
public sealed partial class GasReactionPrototype : IPrototype
|
||||
{
|
||||
[ViewVariables]
|
||||
[IdDataField]
|
||||
|
||||
Reference in New Issue
Block a user