GC-Proto/proto/AddAranaraCollectionNotify.proto
2023-04-11 11:14:48 +08:00

16 lines
339 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "AranaraCollectionState.proto";
// CmdId: 6366
// Name: EEHLGKBAOJJ
message AddAranaraCollectionNotify {
uint32 collection_type = 2;
AranaraCollectionState IJBFIKCDABD = 10;
AranaraCollectionState CIEAPDGLPOL = 4;
uint32 collection_id = 3;
}