mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
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:
commit
665e17cb20
@ -20,10 +20,10 @@ option java_package = "emu.grasscutter.net.proto";
|
|||||||
|
|
||||||
|
|
||||||
import "Vector.proto";
|
import "Vector.proto";
|
||||||
// Obf: IEELHDCPPBO
|
// Obf: KNMNMIBIHEK
|
||||||
message AbilityFireworkBornType {
|
message AbilityFireworkBornType {
|
||||||
Vector move_dir = 4;
|
uint32 effect_index = 14;
|
||||||
uint32 effect_index = 7;
|
Vector rot = 5;
|
||||||
Vector pos = 2;
|
Vector pos = 12;
|
||||||
Vector rot = 6;
|
Vector move_dir = 15;
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@ option java_package = "emu.grasscutter.net.proto";
|
|||||||
|
|
||||||
|
|
||||||
import "AnimatorParameterValueInfoPair.proto";
|
import "AnimatorParameterValueInfoPair.proto";
|
||||||
// Obf: FOHAAJOMMPL
|
// Obf: AFDPLNIIALH
|
||||||
message AbilityMetaSetPoseParameter {
|
message AbilityMetaSetPoseParameter {
|
||||||
AnimatorParameterValueInfoPair value = 15;
|
AnimatorParameterValueInfoPair value = 1;
|
||||||
}
|
}
|
||||||
|
@ -19,8 +19,8 @@ syntax = "proto3";
|
|||||||
option java_package = "emu.grasscutter.net.proto";
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
|
|
||||||
// CmdId: 8127
|
// CmdId: 4453
|
||||||
// Obf: KMIKAFFCKAL
|
// Obf: FKDKFJNGBMH
|
||||||
message ActivityGetFriendGiftWishListReq {
|
message ActivityGetFriendGiftWishListReq {
|
||||||
uint32 schedule_id = 6;
|
uint32 schedule_id = 14;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user