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:
@@ -22,9 +22,9 @@ import "GCGReason.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GCGMsgModifyAdd {
|
||||
uint32 owner_card_guid = 11;
|
||||
uint32 pos = 9;
|
||||
uint32 owner_card_guid = 10;
|
||||
repeated uint32 card_guid_list = 15;
|
||||
uint32 controller_id = 14;
|
||||
GCGReason reason = 11;
|
||||
repeated uint32 card_guid_list = 3;
|
||||
uint32 controller_id = 12;
|
||||
GCGReason reason = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user