You've already forked CC-Framework.BriskGameServer
8 lines
151 B
C#
8 lines
151 B
C#
using System.Collections.Generic;
|
|
|
|
public sealed class BriskBinaryResponse
|
|
{
|
|
public byte[] Bytes;
|
|
public Dictionary<string, string> Headers;
|
|
}
|