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,11 +16,11 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;proto";
|
||||
|
||||
message GCGOperationPlayCard {
|
||||
uint32 card_guid = 12;
|
||||
repeated uint32 cost_dice_index_list = 4;
|
||||
repeated uint32 target_card_guid_list = 10;
|
||||
uint32 replace_card_guid = 8;
|
||||
repeated uint32 target_card_guid_list = 14;
|
||||
uint32 card_guid = 1;
|
||||
repeated uint32 cost_dice_index_list = 11;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user