mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
Add ToTheMoonEnterSceneReq
> info scene id with version? Add SceneAvatarStaminaStepReq > not sure bust just keep add, because this is related to reduced stamina in some parts Add LevelupCityReq > This is useful for leveling up statues Add ClientLockGameTimeNotify > This might be useful if we log in and get stuck because we can detect if it's being locked Add ClientLoadingCostumeVerificationNotify > Not sure about this but the response is always there, maybe it's anti-cheat related? Add ClientAIStateNotify > Maybe related to ai monsters? and remove some unique or useless photos from the event. may add later
This commit is contained in:
@@ -70,7 +70,6 @@ import "BrickBreakerInfo.proto";
|
||||
import "DuelHeartInfo.proto";
|
||||
import "SeaLampV3Info.proto";
|
||||
import "TeamChainInfo.proto";
|
||||
import "ElectroherculesBattleInfo.proto";
|
||||
import "GcgFestivalInfo.proto";
|
||||
import "ActivityPushTipsData.proto";
|
||||
import "ActivityWatcherInfo.proto";
|
||||
@@ -167,7 +166,6 @@ message ActivityInfo {
|
||||
DuelHeartInfo duel_heart_info = 221;
|
||||
SeaLampV3Info sea_lamp_v3info = 1080;
|
||||
TeamChainInfo team_chain_info = 144;
|
||||
ElectroherculesBattleInfo electrohercules_battle_info = 172;
|
||||
GcgFestivalInfo gcg_festival_info = 71;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user