Make all prototype types partial (#21374)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Shared.Mining;
|
||||
/// This is a prototype for defining ores that generate in rock
|
||||
/// </summary>
|
||||
[Prototype("ore")]
|
||||
public sealed class OrePrototype : IPrototype
|
||||
public sealed partial class OrePrototype : IPrototype
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
[IdDataField]
|
||||
|
||||
Reference in New Issue
Block a user