convert to use local package byteframe

This commit is contained in:
wish
2022-07-16 04:47:57 +10:00
parent f415c3c87e
commit 46eddc2c3a
469 changed files with 467 additions and 470 deletions

View File

@@ -2,7 +2,7 @@ package binpacket
import (
"erupe-ce/network"
"github.com/Andoryuuta/byteframe"
"erupe-ce/common/byteframe"
)
// ChatType represents the chat message type (Thanks to @Alice on discord for identifying these!)