Update 3.3 (wow, a lot changed)

This commit is contained in:
Akbar Yahya
2022-12-05 19:41:24 +08:00
parent 238dd43a77
commit cf717aa6a0
2949 changed files with 32506 additions and 43050 deletions

View File

@@ -21,17 +21,22 @@ import "Vector.proto";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 3137
// EnetChannelId: 0
// EnetIsReliable: true
message GetScenePerformanceRsp {
uint32 monster_num = 9;
uint32 gather_num_insight = 1;
uint32 gadget_num = 6;
int32 retcode = 7;
uint32 dynamic_group_num = 12;
uint32 group_num = 2;
Vector pos = 4;
uint32 entity_num = 8;
uint32 gather_num = 13;
// enum CmdId {
// option allow_alias = true;
// NONE = 0;
// CMD_ID = 3010;
// ENET_CHANNEL_ID = 0;
// ENET_IS_RELIABLE = 1;
// }
int32 retcode = 1;
uint32 Unk3300_GLNFIFPNJIE = 4;
uint32 Unk3300_IHBPCPCJIBC = 2;
uint32 Unk3300_MMALJIFDKJK = 13;
uint32 Unk3300_PDPJEMEKHKD = 10;
uint32 Unk3300_LIOFGAHKNIA = 14;
uint32 Unk3300_MIJMKLBGKML = 11;
uint32 Unk3300_JMLJLNKLJNP = 15;
Vector pos = 9;
}