mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user