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,8 +22,8 @@ import "GCGReason.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GCGMsgModifyRemove {
|
||||
uint32 owner_card_guid = 7;
|
||||
GCGReason reason = 3;
|
||||
uint32 controller_id = 14;
|
||||
GCGReason reason = 12;
|
||||
uint32 owner_card_guid = 5;
|
||||
repeated uint32 card_guid_list = 4;
|
||||
repeated uint32 card_guid_list = 13;
|
||||
}
|
||||
|
Reference in New Issue
Block a user