mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-13 22:22:28 +08:00
GCG初步 但会卡进度条 用命令/gcg进入
This commit is contained in:
@@ -18,10 +18,9 @@ syntax = "proto3";
|
||||
|
||||
import "GCGEndReason.proto";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;proto";
|
||||
|
||||
message GCGMsgGameOver {
|
||||
GCGEndReason end_reason = 13;
|
||||
uint32 win_controller_id = 6;
|
||||
GCGEndReason end_reason = 6;
|
||||
uint32 win_controller_id = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user