initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using ProtoBuf;
|
||||
|
||||
namespace Quasar.Common.Models
|
||||
{
|
||||
[ProtoContract]
|
||||
public class FileChunk
|
||||
{
|
||||
[ProtoMember(1)]
|
||||
public long Offset { get; set; }
|
||||
|
||||
[ProtoMember(2)]
|
||||
public byte[] Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user