mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -17,11 +17,13 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
import "GCGActionType.proto";
|
||||
import "GCGMessage.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GCGMessagePack {
|
||||
uint32 msg_seq = 10;
|
||||
repeated GCGMessage msg_list = 13;
|
||||
GCGActionType action_type = 9;
|
||||
repeated GCGMessage msg_list = 5;
|
||||
uint32 controller_id = 7;
|
||||
}
|
||||
|
Reference in New Issue
Block a user