Import a ton of backpack types.

This commit is contained in:
Pieter-Jan Briers
2019-08-12 21:34:35 +02:00
parent 3a25395ff9
commit 96eb4afdf6
90 changed files with 783 additions and 16 deletions
@@ -43,6 +43,8 @@ namespace Content.Server.GameObjects
{
base.ExposeData(serializer);
serializer.DataField(ref _clothingEquippedPrefix, "ClothingPrefix", null);
// TODO: Writing.
serializer.DataReadFunction("Slots", new List<string>(0), list =>
{