not all packets have ProtVer

This commit is contained in:
Joel Wetzell
2026-05-30 07:22:39 -05:00
parent 92b37e0b19
commit 3680bfb820
-1
View File
@@ -8,6 +8,5 @@ type ArtNetPacket interface {
encoding.BinaryUnmarshaler
encoding.BinaryMarshaler
GetOpCode() uint16
GetProtVer() uint16
GetID() [8]uint8
}