GC-Proto/proto/AddAranaraCollectionNotify.proto
2023-02-28 09:12:44 +08:00

16 lines
340 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "AranaraCollectionState.proto";
// Name: OFLAHJBIJCJ
// CmdId: 6393
message AddAranaraCollectionNotify {
uint32 collection_type = 2;
AranaraCollectionState MENDLEGAOCB = 14;
AranaraCollectionState NJBIEHOJMCO = 5;
uint32 collection_id = 15;
}