prep for bundle work

This commit is contained in:
2024-12-22 13:37:56 -06:00
parent 757eb8f4c1
commit 67920c5921
3 changed files with 10 additions and 5 deletions
+5
View File
@@ -1,5 +1,10 @@
package osc
type OSCPacket interface {
ToBytes() []byte
}
type OSCArg struct {
Type string
Value any