You've already forked CC-Framework.BriskGameServer
8 lines
165 B
C#
8 lines
165 B
C#
public sealed class BriskSpaceContentDownloadResult
|
|
{
|
|
public byte[] Bytes;
|
|
public long Version;
|
|
public string Checksum;
|
|
public string ContentType;
|
|
}
|