Update 3.2

This commit is contained in:
Akbar Yahya
2022-11-06 20:51:40 +08:00
parent f5fd0cbe69
commit dfe18ccb7d
1153 changed files with 13690 additions and 5671 deletions

View File

@@ -17,7 +17,7 @@
syntax = "proto3";
import "Unk3100_LFIMJOCPILC.proto";
import "CutSceneExtraParam.proto";
option java_package = "emu.grasscutter.net.proto";
@@ -27,5 +27,5 @@ option java_package = "emu.grasscutter.net.proto";
message CutSceneBeginNotify {
bool is_wait_others = 9;
uint32 cutscene_id = 14;
repeated Unk3100_LFIMJOCPILC extra_param_list = 3;
repeated CutSceneExtraParam extra_param_list = 3;
}