mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -17,12 +17,16 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
import "GCGOperationData.proto";
|
||||
import "GCGReplayControllerData.proto";
|
||||
import "GCGReplayOperationData.proto";
|
||||
import "Unk3300_PPKPCOCOMDH.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GCGOperationReplay {
|
||||
uint32 game_id = 1;
|
||||
uint32 seed = 11;
|
||||
repeated GCGOperationData operation_data_list = 9;
|
||||
repeated Unk3300_PPKPCOCOMDH Unk3300_FKBLJIMBHEA = 6;
|
||||
uint32 seed = 1;
|
||||
repeated GCGReplayOperationData operation_data_list = 8;
|
||||
uint32 game_id = 2;
|
||||
repeated GCGReplayControllerData controller_data_list = 7;
|
||||
}
|
||||
|
Reference in New Issue
Block a user