Add prototype id list serializer and tests using fixes (#3719)

This commit is contained in:
DrSmugleaf
2021-03-26 20:55:14 +01:00
committed by GitHub
parent e0e2b27d3f
commit f17ead47c1
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ using Robust.Shared.Prototypes;
using Robust.Shared.Random;
using Robust.Shared.Serialization.Manager;
using Robust.Shared.Serialization.Manager.Attributes;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
namespace Content.Server.GameObjects.Components.Items.Storage
{