aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Scripting/FodyWeavers.xml
blob: c6e1b7c8af7e211bac65cb5ce3c264e1beaf9bb9 (plain)
1
2
3
4
<?xml version="1.0" encoding="utf-8"?>
<Weavers>
  <Costura />
</Weavers>
>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.FileSystem.Network
{
    public class ChunkDownloadResponse
    {
        public byte[] Data { get; set; }
    }
}