Make all prototype types partial (#21374)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Content.Server.Advertisements
|
||||
{
|
||||
[Serializable, Prototype("advertisementsPack")]
|
||||
public sealed class AdvertisementsPackPrototype : IPrototype
|
||||
public sealed partial class AdvertisementsPackPrototype : IPrototype
|
||||
{
|
||||
[ViewVariables]
|
||||
[IdDataField]
|
||||
|
||||
Reference in New Issue
Block a user