mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -23,8 +23,8 @@ import "GCGZoneType.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GCGMsgRemoveCards {
|
||||
uint32 controller_id = 15;
|
||||
GCGZoneType zone = 10;
|
||||
GCGReason reason = 5;
|
||||
repeated uint32 card_guid_list = 1;
|
||||
repeated uint32 card_guid_list = 2;
|
||||
GCGReason reason = 13;
|
||||
uint32 controller_id = 9;
|
||||
GCGZoneType zone = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user