skyscraper8/skyscraper8/GSE/MisProcessor.cs
feyris-tan 396365fe72
All checks were successful
🚀 Pack skyscraper8 / make-zip (push) Successful in 1m29s
Messing with BbframeDeencapsulator2
2025-10-14 22:23:45 +02:00

14 lines
273 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace skyscraper8.GSE
{
public interface MisProcessor
{
public unsafe void PushPacket(int bblength, BbframeDeencapsulator2.Layer3 myLayer);
}
}