mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
GCG初步 但会卡进度条 用命令/gcg进入
This commit is contained in:
@@ -16,13 +16,16 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
import "GCGOperationData.proto";
|
||||
import "GCGReplayControllerData.proto";
|
||||
import "GCGReplayOperationData.proto";
|
||||
import "Unk3300_PPKPCOCOMDH.proto";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;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