10 lines
192 B
C#
10 lines
192 B
C#
using skyscraper8.GS;
|
|
|
|
namespace skyscraper8.GSE;
|
|
|
|
interface IMisHandler
|
|
{
|
|
public GsContextDto Context { get; set; }
|
|
|
|
void PushFrame(BBHeader bbHeader, ReadOnlySpan<byte> readOnlySpan);
|
|
} |