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

@@ -6,7 +6,6 @@ require (
cloud.google.com/go v0.98.0 // indirect cloud.google.com/go v0.98.0 // indirect
cloud.google.com/go/spanner v1.27.0 // indirect cloud.google.com/go/spanner v1.27.0 // indirect
cloud.google.com/go/storage v1.18.2 // indirect cloud.google.com/go/storage v1.18.2 // indirect
github.com/Andoryuuta/byteframe v0.0.0-20200114030334-8979c5cc4c4a
github.com/Azure/go-autorest/autorest/adal v0.9.17 // indirect github.com/Azure/go-autorest/autorest/adal v0.9.17 // indirect
github.com/ClickHouse/clickhouse-go v1.5.1 // indirect github.com/ClickHouse/clickhouse-go v1.5.1 // indirect
github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40 // indirect github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40 // indirect

View File

@@ -54,8 +54,6 @@ cloud.google.com/go/storage v1.18.2 h1:5NQw6tOn3eMm0oE8vTkfjau18kjL79FlMjy/CHTpm
cloud.google.com/go/storage v1.18.2/go.mod h1:AiIj7BWXyhO5gGVmYJ+S8tbkCx3yb0IMjua8Aw4naVM= cloud.google.com/go/storage v1.18.2/go.mod h1:AiIj7BWXyhO5gGVmYJ+S8tbkCx3yb0IMjua8Aw4naVM=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
gioui.org v0.0.0-20210308172011-57750fc8a0a6/go.mod h1:RSH6KIUZ0p2xy5zHDxgAM4zumjgTw83q2ge/PI+yyw8= gioui.org v0.0.0-20210308172011-57750fc8a0a6/go.mod h1:RSH6KIUZ0p2xy5zHDxgAM4zumjgTw83q2ge/PI+yyw8=
github.com/Andoryuuta/byteframe v0.0.0-20200114030334-8979c5cc4c4a h1:41dzqxDfdVhYjpkr8lxwrBdJe0RE/AXsGV1AGpP6wig=
github.com/Andoryuuta/byteframe v0.0.0-20200114030334-8979c5cc4c4a/go.mod h1:koVyx+gN3TfE70rpOidywETVODk87304YpwW69Y27J4=
github.com/Azure/azure-pipeline-go v0.2.3 h1:7U9HBg1JFK3jHl5qmo4CTZKFTVgMwdFHMVtCdfBE21U= github.com/Azure/azure-pipeline-go v0.2.3 h1:7U9HBg1JFK3jHl5qmo4CTZKFTVgMwdFHMVtCdfBE21U=
github.com/Azure/azure-pipeline-go v0.2.3/go.mod h1:x841ezTBIMG6O3lAcl8ATHnsOPVl2bqk7S3ta6S6u4k= github.com/Azure/azure-pipeline-go v0.2.3/go.mod h1:x841ezTBIMG6O3lAcl8ATHnsOPVl2bqk7S3ta6S6u4k=
github.com/Azure/azure-sdk-for-go v16.2.1+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-sdk-for-go v16.2.1+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=

View File

@@ -2,7 +2,7 @@ package binpacket
import ( import (
"erupe-ce/network" "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!) // ChatType represents the chat message type (Thanks to @Alice on discord for identifying these!)

View File

@@ -3,7 +3,7 @@ package binpacket
import ( import (
"erupe-ce/common/stringsupport" "erupe-ce/common/stringsupport"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
type MsgBinMailNotify struct { type MsgBinMailNotify struct {

View File

@@ -2,7 +2,7 @@ package binpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgBinTargeted is a format used for some broadcast types // MsgBinTargeted is a format used for some broadcast types

View File

@@ -1,7 +1,7 @@
package mhfpacket package mhfpacket
import ( import (
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
) )

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"errors" "errors"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
) )

View File

@@ -6,7 +6,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgHead represents the MSG_HEAD // MsgHead represents the MSG_HEAD

View File

@@ -6,7 +6,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcceptReadReward represents the MSG_MHF_ACCEPT_READ_REWARD // MsgMhfAcceptReadReward represents the MSG_MHF_ACCEPT_READ_REWARD

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcquireCafeItem represents the MSG_MHF_ACQUIRE_CAFE_ITEM // MsgMhfAcquireCafeItem represents the MSG_MHF_ACQUIRE_CAFE_ITEM

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcquireDistItem represents the MSG_MHF_ACQUIRE_DIST_ITEM // MsgMhfAcquireDistItem represents the MSG_MHF_ACQUIRE_DIST_ITEM

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcquireExchangeShop represents the MSG_MHF_ACQUIRE_EXCHANGE_SHOP // MsgMhfAcquireExchangeShop represents the MSG_MHF_ACQUIRE_EXCHANGE_SHOP

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcquireFesta represents the MSG_MHF_ACQUIRE_FESTA // MsgMhfAcquireFesta represents the MSG_MHF_ACQUIRE_FESTA

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcquireFestaIntermediatePrize represents the MSG_MHF_ACQUIRE_FESTA_INTERMEDIATE_PRIZE // MsgMhfAcquireFestaIntermediatePrize represents the MSG_MHF_ACQUIRE_FESTA_INTERMEDIATE_PRIZE

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcquireFestaPersonalPrize represents the MSG_MHF_ACQUIRE_FESTA_PERSONAL_PRIZE // MsgMhfAcquireFestaPersonalPrize represents the MSG_MHF_ACQUIRE_FESTA_PERSONAL_PRIZE

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcquireGuildAdventure represents the MSG_MHF_ACQUIRE_GUILD_ADVENTURE // MsgMhfAcquireGuildAdventure represents the MSG_MHF_ACQUIRE_GUILD_ADVENTURE

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcquireGuildTresure represents the MSG_MHF_ACQUIRE_GUILD_TRESURE // MsgMhfAcquireGuildTresure represents the MSG_MHF_ACQUIRE_GUILD_TRESURE

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcquireGuildTresureSouvenir represents the MSG_MHF_ACQUIRE_GUILD_TRESURE_SOUVENIR // MsgMhfAcquireGuildTresureSouvenir represents the MSG_MHF_ACQUIRE_GUILD_TRESURE_SOUVENIR

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcquireItem represents the MSG_MHF_ACQUIRE_ITEM // MsgMhfAcquireItem represents the MSG_MHF_ACQUIRE_ITEM

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcquireMonthlyItem represents the MSG_MHF_ACQUIRE_MONTHLY_ITEM // MsgMhfAcquireMonthlyItem represents the MSG_MHF_ACQUIRE_MONTHLY_ITEM

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcquireMonthlyReward represents the MSG_MHF_ACQUIRE_MONTHLY_REWARD // MsgMhfAcquireMonthlyReward represents the MSG_MHF_ACQUIRE_MONTHLY_REWARD

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcquireTitle represents the MSG_MHF_ACQUIRE_TITLE // MsgMhfAcquireTitle represents the MSG_MHF_ACQUIRE_TITLE

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcquireTournament represents the MSG_MHF_ACQUIRE_TOURNAMENT // MsgMhfAcquireTournament represents the MSG_MHF_ACQUIRE_TOURNAMENT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAcquireUdItem represents the MSG_MHF_ACQUIRE_UD_ITEM // MsgMhfAcquireUdItem represents the MSG_MHF_ACQUIRE_UD_ITEM

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAddAchievement represents the MSG_MHF_ADD_ACHIEVEMENT // MsgMhfAddAchievement represents the MSG_MHF_ADD_ACHIEVEMENT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAddGuildMissionCount represents the MSG_MHF_ADD_GUILD_MISSION_COUNT // MsgMhfAddGuildMissionCount represents the MSG_MHF_ADD_GUILD_MISSION_COUNT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAddGuildWeeklyBonusExceptionalUser represents the MSG_MHF_ADD_GUILD_WEEKLY_BONUS_EXCEPTIONAL_USER // MsgMhfAddGuildWeeklyBonusExceptionalUser represents the MSG_MHF_ADD_GUILD_WEEKLY_BONUS_EXCEPTIONAL_USER

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAddKouryouPoint represents the MSG_MHF_ADD_KOURYOU_POINT // MsgMhfAddKouryouPoint represents the MSG_MHF_ADD_KOURYOU_POINT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAddRewardSongCount represents the MSG_MHF_ADD_REWARD_SONG_COUNT // MsgMhfAddRewardSongCount represents the MSG_MHF_ADD_REWARD_SONG_COUNT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAddUdPoint represents the MSG_MHF_ADD_UD_POINT // MsgMhfAddUdPoint represents the MSG_MHF_ADD_UD_POINT

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAddUdTacticsPoint represents the MSG_MHF_ADD_UD_TACTICS_POINT // MsgMhfAddUdTacticsPoint represents the MSG_MHF_ADD_UD_TACTICS_POINT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAnnounce represents the MSG_MHF_ANNOUNCE // MsgMhfAnnounce represents the MSG_MHF_ANNOUNCE

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfAnswerGuildScout represents the MSG_MHF_ANSWER_GUILD_SCOUT // MsgMhfAnswerGuildScout represents the MSG_MHF_ANSWER_GUILD_SCOUT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfApplyBbsArticle represents the MSG_MHF_APPLY_BBS_ARTICLE // MsgMhfApplyBbsArticle represents the MSG_MHF_APPLY_BBS_ARTICLE

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfApplyCampaign represents the MSG_MHF_APPLY_CAMPAIGN // MsgMhfApplyCampaign represents the MSG_MHF_APPLY_CAMPAIGN

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfApplyDistItem represents the MSG_MHF_APPLY_DIST_ITEM // MsgMhfApplyDistItem represents the MSG_MHF_APPLY_DIST_ITEM

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfArrangeGuildMember represents the MSG_MHF_ARRANGE_GUILD_MEMBER // MsgMhfArrangeGuildMember represents the MSG_MHF_ARRANGE_GUILD_MEMBER

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfCancelGuildMissionTarget represents the MSG_MHF_CANCEL_GUILD_MISSION_TARGET // MsgMhfCancelGuildMissionTarget represents the MSG_MHF_CANCEL_GUILD_MISSION_TARGET

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfCancelGuildScout represents the MSG_MHF_CANCEL_GUILD_SCOUT // MsgMhfCancelGuildScout represents the MSG_MHF_CANCEL_GUILD_SCOUT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfCaravanMyRank represents the MSG_MHF_CARAVAN_MY_RANK // MsgMhfCaravanMyRank represents the MSG_MHF_CARAVAN_MY_RANK

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfCaravanMyScore represents the MSG_MHF_CARAVAN_MY_SCORE // MsgMhfCaravanMyScore represents the MSG_MHF_CARAVAN_MY_SCORE

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfCaravanRanking represents the MSG_MHF_CARAVAN_RANKING // MsgMhfCaravanRanking represents the MSG_MHF_CARAVAN_RANKING

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfChargeFesta represents the MSG_MHF_CHARGE_FESTA // MsgMhfChargeFesta represents the MSG_MHF_CHARGE_FESTA

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfChargeGuildAdventure represents the MSG_MHF_CHARGE_GUILD_ADVENTURE // MsgMhfChargeGuildAdventure represents the MSG_MHF_CHARGE_GUILD_ADVENTURE

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfCheckDailyCafepoint represents the MSG_MHF_CHECK_DAILY_CAFEPOINT // MsgMhfCheckDailyCafepoint represents the MSG_MHF_CHECK_DAILY_CAFEPOINT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfCheckMonthlyItem represents the MSG_MHF_CHECK_MONTHLY_ITEM // MsgMhfCheckMonthlyItem represents the MSG_MHF_CHECK_MONTHLY_ITEM

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfCheckWeeklyStamp represents the MSG_MHF_CHECK_WEEKLY_STAMP // MsgMhfCheckWeeklyStamp represents the MSG_MHF_CHECK_WEEKLY_STAMP

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfContractMercenary represents the MSG_MHF_CONTRACT_MERCENARY // MsgMhfContractMercenary represents the MSG_MHF_CONTRACT_MERCENARY

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"errors" "errors"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
"erupe-ce/common/bfutil" "erupe-ce/common/bfutil"
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"

View File

@@ -6,7 +6,7 @@ import (
"erupe-ce/common/bfutil" "erupe-ce/common/bfutil"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfCreateJoint represents the MSG_MHF_CREATE_JOINT // MsgMhfCreateJoint represents the MSG_MHF_CREATE_JOINT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfCreateMercenary represents the MSG_MHF_CREATE_MERCENARY // MsgMhfCreateMercenary represents the MSG_MHF_CREATE_MERCENARY

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfDebugPostValue represents the MSG_MHF_DEBUG_POST_VALUE // MsgMhfDebugPostValue represents the MSG_MHF_DEBUG_POST_VALUE

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfDisplayedAchievement represents the MSG_MHF_DISPLAYED_ACHIEVEMENT // MsgMhfDisplayedAchievement represents the MSG_MHF_DISPLAYED_ACHIEVEMENT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnterTournamentQuest represents the MSG_MHF_ENTER_TOURNAMENT_QUEST // MsgMhfEnterTournamentQuest represents the MSG_MHF_ENTER_TOURNAMENT_QUEST

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEntryFesta represents the MSG_MHF_ENTRY_FESTA // MsgMhfEntryFesta represents the MSG_MHF_ENTRY_FESTA

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEntryRookieGuild represents the MSG_MHF_ENTRY_ROOKIE_GUILD // MsgMhfEntryRookieGuild represents the MSG_MHF_ENTRY_ROOKIE_GUILD

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEntryTournament represents the MSG_MHF_ENTRY_TOURNAMENT // MsgMhfEntryTournament represents the MSG_MHF_ENTRY_TOURNAMENT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateAiroulist represents the MSG_MHF_ENUMERATE_AIROULIST // MsgMhfEnumerateAiroulist represents the MSG_MHF_ENUMERATE_AIROULIST

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateCampaign represents the MSG_MHF_ENUMERATE_CAMPAIGN // MsgMhfEnumerateCampaign represents the MSG_MHF_ENUMERATE_CAMPAIGN

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateDistItem represents the MSG_MHF_ENUMERATE_DIST_ITEM // MsgMhfEnumerateDistItem represents the MSG_MHF_ENUMERATE_DIST_ITEM

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateEvent represents the MSG_MHF_ENUMERATE_EVENT // MsgMhfEnumerateEvent represents the MSG_MHF_ENUMERATE_EVENT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateFestaIntermediatePrize represents the MSG_MHF_ENUMERATE_FESTA_INTERMEDIATE_PRIZE // MsgMhfEnumerateFestaIntermediatePrize represents the MSG_MHF_ENUMERATE_FESTA_INTERMEDIATE_PRIZE

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateFestaMember represents the MSG_MHF_ENUMERATE_FESTA_MEMBER // MsgMhfEnumerateFestaMember represents the MSG_MHF_ENUMERATE_FESTA_MEMBER

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateFestaPersonalPrize represents the MSG_MHF_ENUMERATE_FESTA_PERSONAL_PRIZE // MsgMhfEnumerateFestaPersonalPrize represents the MSG_MHF_ENUMERATE_FESTA_PERSONAL_PRIZE

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateGuacot represents the MSG_MHF_ENUMERATE_GUACOT // MsgMhfEnumerateGuacot represents the MSG_MHF_ENUMERATE_GUACOT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
type EnumerateGuildType uint8 type EnumerateGuildType uint8

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateGuildItem represents the MSG_MHF_ENUMERATE_GUILD_ITEM // MsgMhfEnumerateGuildItem represents the MSG_MHF_ENUMERATE_GUILD_ITEM

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateGuildMember represents the MSG_MHF_ENUMERATE_GUILD_MEMBER // MsgMhfEnumerateGuildMember represents the MSG_MHF_ENUMERATE_GUILD_MEMBER

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateGuildMessageBoard represents the MSG_MHF_ENUMERATE_GUILD_MESSAGE_BOARD // MsgMhfEnumerateGuildMessageBoard represents the MSG_MHF_ENUMERATE_GUILD_MESSAGE_BOARD

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateGuildTresure represents the MSG_MHF_ENUMERATE_GUILD_TRESURE // MsgMhfEnumerateGuildTresure represents the MSG_MHF_ENUMERATE_GUILD_TRESURE

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateHouse represents the MSG_MHF_ENUMERATE_HOUSE // MsgMhfEnumerateHouse represents the MSG_MHF_ENUMERATE_HOUSE

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateInvGuild represents the MSG_MHF_ENUMERATE_INV_GUILD // MsgMhfEnumerateInvGuild represents the MSG_MHF_ENUMERATE_INV_GUILD

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateItem represents the MSG_MHF_ENUMERATE_ITEM // MsgMhfEnumerateItem represents the MSG_MHF_ENUMERATE_ITEM

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateMercenaryLog represents the MSG_MHF_ENUMERATE_MERCENARY_LOG // MsgMhfEnumerateMercenaryLog represents the MSG_MHF_ENUMERATE_MERCENARY_LOG

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateOrder represents the MSG_MHF_ENUMERATE_ORDER // MsgMhfEnumerateOrder represents the MSG_MHF_ENUMERATE_ORDER

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumeratePrice represents the MSG_MHF_ENUMERATE_PRICE // MsgMhfEnumeratePrice represents the MSG_MHF_ENUMERATE_PRICE

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateQuest represents the MSG_MHF_ENUMERATE_QUEST // MsgMhfEnumerateQuest represents the MSG_MHF_ENUMERATE_QUEST

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateRanking represents the MSG_MHF_ENUMERATE_RANKING // MsgMhfEnumerateRanking represents the MSG_MHF_ENUMERATE_RANKING

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateRengokuRanking represents the MSG_MHF_ENUMERATE_RENGOKU_RANKING // MsgMhfEnumerateRengokuRanking represents the MSG_MHF_ENUMERATE_RENGOKU_RANKING

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateShop represents the MSG_MHF_ENUMERATE_SHOP // MsgMhfEnumerateShop represents the MSG_MHF_ENUMERATE_SHOP

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateTitle represents the MSG_MHF_ENUMERATE_TITLE // MsgMhfEnumerateTitle represents the MSG_MHF_ENUMERATE_TITLE

View File

@@ -3,7 +3,7 @@ package mhfpacket
import ( import (
"errors" "errors"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
"erupe-ce/network" "erupe-ce/network"
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
) )

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfEnumerateWarehouse represents the MSG_MHF_ENUMERATE_WAREHOUSE // MsgMhfEnumerateWarehouse represents the MSG_MHF_ENUMERATE_WAREHOUSE

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfExchangeFpoint2Item represents the MSG_MHF_EXCHANGE_FPOINT_2_ITEM // MsgMhfExchangeFpoint2Item represents the MSG_MHF_EXCHANGE_FPOINT_2_ITEM

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfExchangeItem2Fpoint represents the MSG_MHF_EXCHANGE_ITEM_2_FPOINT // MsgMhfExchangeItem2Fpoint represents the MSG_MHF_EXCHANGE_ITEM_2_FPOINT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfExchangeKouryouPoint represents the MSG_MHF_EXCHANGE_KOURYOU_POINT // MsgMhfExchangeKouryouPoint represents the MSG_MHF_EXCHANGE_KOURYOU_POINT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfExchangeWeeklyStamp represents the MSG_MHF_EXCHANGE_WEEKLY_STAMP // MsgMhfExchangeWeeklyStamp represents the MSG_MHF_EXCHANGE_WEEKLY_STAMP

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfGenerateUdGuildMap represents the MSG_MHF_GENERATE_UD_GUILD_MAP // MsgMhfGenerateUdGuildMap represents the MSG_MHF_GENERATE_UD_GUILD_MAP

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfGetAchievement represents the MSG_MHF_GET_ACHIEVEMENT // MsgMhfGetAchievement represents the MSG_MHF_GET_ACHIEVEMENT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfGetAdditionalBeatReward represents the MSG_MHF_GET_ADDITIONAL_BEAT_REWARD // MsgMhfGetAdditionalBeatReward represents the MSG_MHF_GET_ADDITIONAL_BEAT_REWARD

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfGetBbsSnsStatus represents the MSG_MHF_GET_BBS_SNS_STATUS // MsgMhfGetBbsSnsStatus represents the MSG_MHF_GET_BBS_SNS_STATUS

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfGetBbsUserStatus represents the MSG_MHF_GET_BBS_USER_STATUS // MsgMhfGetBbsUserStatus represents the MSG_MHF_GET_BBS_USER_STATUS

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfGetBoostRight represents the MSG_MHF_GET_BOOST_RIGHT // MsgMhfGetBoostRight represents the MSG_MHF_GET_BOOST_RIGHT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfGetBoostTime represents the MSG_MHF_GET_BOOST_TIME // MsgMhfGetBoostTime represents the MSG_MHF_GET_BOOST_TIME

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfGetBoostTimeLimit represents the MSG_MHF_GET_BOOST_TIME_LIMIT // MsgMhfGetBoostTimeLimit represents the MSG_MHF_GET_BOOST_TIME_LIMIT

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfGetBoxGachaInfo represents the MSG_MHF_GET_BOX_GACHA_INFO // MsgMhfGetBoxGachaInfo represents the MSG_MHF_GET_BOX_GACHA_INFO

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfGetBreakSeibatuLevelReward represents the MSG_MHF_GET_BREAK_SEIBATU_LEVEL_REWARD // MsgMhfGetBreakSeibatuLevelReward represents the MSG_MHF_GET_BREAK_SEIBATU_LEVEL_REWARD

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfGetCaAchievementHist represents the MSG_MHF_GET_CA_ACHIEVEMENT_HIST // MsgMhfGetCaAchievementHist represents the MSG_MHF_GET_CA_ACHIEVEMENT_HIST

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfGetCaUniqueID represents the MSG_MHF_GET_CA_UNIQUE_ID // MsgMhfGetCaUniqueID represents the MSG_MHF_GET_CA_UNIQUE_ID

View File

@@ -5,7 +5,7 @@ import (
"erupe-ce/network/clientctx" "erupe-ce/network/clientctx"
"erupe-ce/network" "erupe-ce/network"
"github.com/Andoryuuta/byteframe" "erupe-ce/common/byteframe"
) )
// MsgMhfGetCafeDuration represents the MSG_MHF_GET_CAFE_DURATION // MsgMhfGetCafeDuration represents the MSG_MHF_GET_CAFE_DURATION

Some files were not shown because too many files have changed in this diff Show More