mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 14:02:26 +08:00
GCG初步 但会卡进度条 用命令/gcg进入
This commit is contained in:
@@ -18,11 +18,10 @@ syntax = "proto3";
|
||||
|
||||
import "GCGDiceSideType.proto";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;proto";
|
||||
|
||||
message GCGMsgDiceRoll {
|
||||
repeated GCGDiceSideType dice_side_list = 10;
|
||||
uint32 dice_num = 15;
|
||||
uint32 controller_id = 5;
|
||||
uint32 controller_id = 9;
|
||||
uint32 dice_num = 3;
|
||||
repeated GCGDiceSideType dice_side_list = 14;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user