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

@@ -4,7 +4,7 @@ import (
"encoding/hex"
"erupe-ce/network/mhfpacket"
"github.com/Andoryuuta/byteframe"
"erupe-ce/common/byteframe"
"go.uber.org/zap"
)