Ejemplo n.º 1
0
        public static EntitySlots DeserializeLengthDelimited(Stream stream)
        {
            EntitySlots entitySlot = Pool.Get <EntitySlots>();

            EntitySlots.DeserializeLengthDelimited(stream, entitySlot, false);
            return(entitySlot);
        }