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