mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 01:32:26 +08:00
GCG初步 但会卡进度条 用命令/gcg进入
This commit is contained in:
@@ -18,10 +18,9 @@ syntax = "proto3";
|
||||
|
||||
import "GCGPhaseType.proto";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;proto";
|
||||
|
||||
message GCGPhase {
|
||||
GCGPhaseType phase_type = 5;
|
||||
map<uint32, uint32> allow_controller_map = 6;
|
||||
GCGPhaseType phase_type = 4;
|
||||
map<uint32, uint32> allow_controller_map = 12;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user