Files
CC-Framework.BriskGameServer/Assets/BriskSdk/Runtime/Core/BriskBinaryResponse.cs

8 lines
151 B
C#

using System.Collections.Generic;
public sealed class BriskBinaryResponse
{
public byte[] Bytes;
public Dictionary<string, string> Headers;
}