Merge branch '4.0-gc-fix' into '4.0-gc-fix'

Update some proto from 3.7 to 4.0

See merge request YuukiPS/GC-Proto!6
This commit is contained in:
Yuuki 2023-08-26 22:17:22 +00:00
commit 665e17cb20
3 changed files with 10 additions and 10 deletions

View File

@ -20,10 +20,10 @@ option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
// Obf: IEELHDCPPBO
// Obf: KNMNMIBIHEK
message AbilityFireworkBornType {
Vector move_dir = 4;
uint32 effect_index = 7;
Vector pos = 2;
Vector rot = 6;
uint32 effect_index = 14;
Vector rot = 5;
Vector pos = 12;
Vector move_dir = 15;
}

View File

@ -20,7 +20,7 @@ option java_package = "emu.grasscutter.net.proto";
import "AnimatorParameterValueInfoPair.proto";
// Obf: FOHAAJOMMPL
// Obf: AFDPLNIIALH
message AbilityMetaSetPoseParameter {
AnimatorParameterValueInfoPair value = 15;
AnimatorParameterValueInfoPair value = 1;
}

View File

@ -19,8 +19,8 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 8127
// Obf: KMIKAFFCKAL
// CmdId: 4453
// Obf: FKDKFJNGBMH
message ActivityGetFriendGiftWishListReq {
uint32 schedule_id = 6;
uint32 schedule_id = 14;
}