Fix cargo gifts (#18449)
Some of the IDs were invalid and no typeserializer.
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.Utility;
|
||||
|
||||
namespace Content.Shared.Cargo.Prototypes
|
||||
{
|
||||
[NetSerializable, Serializable, Prototype("cargoProduct")]
|
||||
[Prototype("cargoProduct")]
|
||||
public sealed class CargoProductPrototype : IPrototype
|
||||
{
|
||||
[DataField("name")] private string _name = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user