mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
16 lines
339 B
Protocol Buffer
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;
|
|
}
|
|
|